frontend/.mocharc.cjs
2021-05-26 10:02:02 +02:00

5 lines
77 B
JavaScript

module.exports = {
require: "test-mocha/testconf.js",
timeout: 10000,
};