Add a simple test

This commit is contained in:
Asher
2020-01-15 12:05:27 -06:00
parent 57425377e5
commit 62f050fda7
3 changed files with 23 additions and 5 deletions

View File

@@ -3,6 +3,7 @@
"scripts": {
"runner": "cd ./scripts && node --max-old-space-size=32384 -r ts-node/register ./build.ts",
"start": "nodemon --watch ../../../out --verbose ../../../out/vs/server/main.js",
"test": "./scripts/test.sh",
"watch": "cd ../../../ && yarn watch",
"build": "yarn && yarn runner build",
"package": "yarn runner package",