Initial Commit

This commit is contained in:
2020-09-17 21:59:10 +02:00
commit 22435ca3fb
130 changed files with 91018 additions and 0 deletions

6
scripts/e2e.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
export CODE_TESTS_PATH="$(pwd)/client/out/test"
export CODE_TESTS_WORKSPACE="$(pwd)/client/testFixture"
node "$(pwd)/client/out/test/runTest"