]> git.openstreetmap.org Git - nominatim-ui.git/blob - .mocharc.js
Feat: Added basic tests for all pages (#137)
[nominatim-ui.git] / .mocharc.js
1 // https://github.com/mochajs/mocha/blob/master/example/config/.mocharc.js
2
3 'use strict';
4
5 module.exports = {
6   ignore: ['test/_bootstrap.js'],
7   require: ['test/_bootstrap.js'],
8   timeout: '5s'
9 };