Forráskód Böngészése

Mocha, fix deprecation warning regarding mocha.opts

larshp 5 éve
szülő
commit
4673efd4c4
3 módosított fájl, 8 hozzáadás és 3 törlés
  1. 5 0
      .mocharc.json
  2. 3 0
      .npmignore
  3. 0 3
      test/mocha.opts

+ 5 - 0
.mocharc.json

@@ -0,0 +1,5 @@
+{
+  "delay": true,
+  "ui": "tdd",
+  "spec": "test/all.js"
+}

+ 3 - 0
.npmignore

@@ -8,3 +8,6 @@
 /tsconfig.json
 /.npmignore
 /.travis.yml
+/.mocharc.json
+/.editorconfig
+/azure-pipelines.yml

+ 0 - 3
test/mocha.opts

@@ -1,3 +0,0 @@
---delay
---ui tdd
-test/all.js