Archived
1
0

plugin: Fixes for CI

This commit is contained in:
Anmol Sethi
2020-11-03 21:53:16 -05:00
parent af73b96313
commit 706bc23f04
4 changed files with 8 additions and 8 deletions

View File

@ -6,7 +6,7 @@ main() {
cd test/test-plugin
make -s out/index.js
cd $OLDPWD
cd "$OLDPWD"
mocha -r ts-node/register ./test/*.test.ts "$@"
}