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 23f60f3 commit a8dc218Copy full SHA for a8dc218
test/index.js
@@ -2,7 +2,8 @@
2
3
const TrailsApp = require('trails')
4
5
-before(() => {
+before(function () {
6
+ this.timeout(5000)
7
global.app = new TrailsApp(require('./app'))
8
return global.app.start().catch(global.app.stop)
9
})
0 commit comments