6 lines
163 B
Bash
6 lines
163 B
Bash
|
#!/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"
|