Archived
1
0

plugin.ts: Fixes for @code-asher

This commit is contained in:
Anmol Sethi
2020-11-03 16:24:06 -05:00
parent f4d7f00033
commit 75e52a3774
4 changed files with 24 additions and 6 deletions

View File

@ -4,6 +4,9 @@ set -euo pipefail
main() {
cd "$(dirname "$0")/../.."
cd test/test-plugin
make -s out/index.js
cd $OLDPWD
mocha -r ts-node/register ./test/*.test.ts "$@"
}