casing casing

pull/26/head
Valerie 2021-05-23 17:58:38 -04:00
parent c444db74e2
commit eb802f28cc
2 changed files with 3 additions and 6 deletions

View File

@ -8,13 +8,13 @@
"vogue": "out/run.js"
},
"scripts": {
"dev": "cross-env FORCE_COLOR=true multiview [ yarn test:watch ] [ yarn compile:watch ]",
"dev": "multiview [ yarn test:watch ] [ yarn compile:watch ]",
"test": "c8 --all mocha",
"test:watch": "supervisor -w src,test,.mocharc.json -n exit --extensions js,ts,node --exec yarn -- test",
"debug": "cross-env DEBUG=vogue:* yarn node --enable-source-maps --unhandled-rejections=strict out/run.js test",
"debug:watch": "supervisor -w out,test/system/**/*.v,lib -n exit --exec yarn -- clear_and yarn debug",
"compile": "tsc",
"compile:watch": "yarn compile --watch",
"compile": "tsc --listEmittedFiles",
"compile:watch": "yarn compile --watch --preserveWatchOutput",
"postinstall": "yarn compile"
},
"dependencies": {

View File

@ -1,3 +0,0 @@
async test(a) {
}