Archived
1
0

refactor: remove mocha

This commit is contained in:
Joe Previte
2021-01-11 18:45:45 +00:00
parent de7d0394ae
commit bea8bb0519
3 changed files with 2 additions and 4 deletions

View File

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