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 88f9177 commit 5cf9b97Copy full SHA for 5cf9b97
src/test/mocha/xqSuite.js
@@ -6,7 +6,7 @@ var client = supertest.agent('http://localhost:8080')
6
describe('running XQsuite test …', function () {
7
this.timeout(60000)
8
this.slow(45000)
9
- let runner = '/exist/rest/db/apps/doc/modules/test-runner.xql'
+ const runner = '/exist/rest/db/apps/doc/modules/test-runner.xql'
10
11
it('returns 0 errors or failures', function (done) {
12
client
0 commit comments