We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4912456 commit 591d351Copy full SHA for 591d351
.mocharc.json
@@ -0,0 +1,8 @@
1
+{
2
+ "require": [
3
+ "@babel/register",
4
+ "test/test-setup"
5
+ ],
6
+ "timeout": 100,
7
+ "slow": 50
8
+}
package.json
@@ -42,7 +42,7 @@
42
"scripts": {
43
"build": "babel src -d lib",
44
"test": "nyc npm run mocha",
45
- "mocha": "mocha --require @babel/register",
+ "mocha": "mocha",
46
"lint": "eslint src perf test spec",
47
"prepare": "npm run build",
48
"spec": "npm run spec-turtle && npm run spec-ntriples && npm run spec-nquads && npm run spec-trig",
test/mocha.opts
0 commit comments