Be explicit about tests
This commit is contained in:
Родитель
c508484786
Коммит
d38e0b8f00
|
@ -18,7 +18,7 @@
|
|||
"scripts": {
|
||||
"watch": "tsc -watch",
|
||||
"compile": "tsc",
|
||||
"test": "tape -r ./out/tests/*.test.js",
|
||||
"test": "tape -r ./out/tests/all.test.js",
|
||||
"benchmark": "node benchmark/benchmark.js",
|
||||
"inspect": "node out/tests/inspect.js",
|
||||
"version": "npm run test && node scripts/release.js",
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
import './grammar.test';
|
||||
import './json.test';
|
||||
import './matcher.test';
|
||||
import './onig.test';
|
||||
import './themes.test';
|
||||
import './tokenization.test';
|
Загрузка…
Ссылка в новой задаче