Skip to content

Commit 5cf9b97

Browse files
committed
fix(xqSuite.js): address linter
1 parent 88f9177 commit 5cf9b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/mocha/xqSuite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var client = supertest.agent('http://localhost:8080')
66
describe('running XQsuite test …', function () {
77
this.timeout(60000)
88
this.slow(45000)
9-
let runner = '/exist/rest/db/apps/doc/modules/test-runner.xql'
9+
const runner = '/exist/rest/db/apps/doc/modules/test-runner.xql'
1010

1111
it('returns 0 errors or failures', function (done) {
1212
client

0 commit comments

Comments
 (0)