|
|
|
@ -83,8 +83,8 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"types": "types/runtime/index.d.ts",
|
|
|
|
"types": "types/runtime/index.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha",
|
|
|
|
"test": "mocha --exit",
|
|
|
|
"test:unit": "mocha --require sucrase/register --recursive src/**/__test__.ts",
|
|
|
|
"test:unit": "mocha --require sucrase/register --recursive src/**/__test__.ts --exit",
|
|
|
|
"quicktest": "mocha",
|
|
|
|
"quicktest": "mocha",
|
|
|
|
"precoverage": "c8 mocha",
|
|
|
|
"precoverage": "c8 mocha",
|
|
|
|
"coverage": "c8 report --reporter=text-lcov > coverage.lcov && c8 report --reporter=html",
|
|
|
|
"coverage": "c8 report --reporter=text-lcov > coverage.lcov && c8 report --reporter=html",
|
|
|
|
|