Added vitest | added dockerfile | wrote some tests

This commit is contained in:
Martin Berg Alstad
2023-05-23 22:01:41 +02:00
parent 1fd30f1a16
commit 54c2539b2a
19 changed files with 887 additions and 2889 deletions

11
.run/All Tests.run.xml Normal file
View File

@ -0,0 +1,11 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="All Tests" type="JavaScriptTestRunnerVitest" nameIsGenerated="true">
<node-interpreter value="project" />
<vitest-package value="$PROJECT_DIR$/pac-man-board-game/ClientApp/node_modules/vitest" />
<working-dir value="$PROJECT_DIR$" />
<vitest-options value="--environment happy-dom" />
<envs />
<scope-kind value="ALL" />
<method v="2" />
</configuration>
</component>