We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c500bde commit 348b638Copy full SHA for 348b638
2 files changed
.mocharc.json
@@ -0,0 +1,6 @@
1
+{
2
+ "require": "ts-node/register",
3
+ "extension": ["ts"],
4
+ "spec": "test/**/*.ts",
5
+ "watch-files": ["src/**/*.ts", "test/**/*.ts"]
6
+}
package.json
@@ -24,7 +24,7 @@
24
"build:esm": "tsc --module esnext --target es2017 --outDir lib/esm",
25
"build:umd": "rollup lib/esm/index.js --format umd --name compareVersions --sourcemap -o lib/umd/index.js",
26
"prepublishOnly": "npm run build",
27
- "test": "c8 --reporter=lcov mocha -r ts-node/register test/**/*.ts"
+ "test": "c8 --reporter=lcov mocha"
28
},
29
"main": "./lib/umd/index.js",
30
"module": "./lib/esm/index.js",
0 commit comments