]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - .mocharc.js
convert mocha and eslint configuration to json file
[nominatim-ui.git] / .mocharc.js
diff --git a/.mocharc.js b/.mocharc.js
deleted file mode 100644 (file)
index 4ee1dd1..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-// https://github.com/mochajs/mocha/blob/master/example/config/.mocharc.js
-
-'use strict';
-
-module.exports = {
-  ignore: ['test/_bootstrap.js'],
-  require: ['test/_bootstrap.js'],
-  timeout: '5s'
-};