Skip to content

Commit 73bbaab

Browse files
JustinBeckwithAce Nassri
authored and
Ace Nassri
committed
refactor: use explicit mocha imports (#173)
* refactor: use explicit mocha imports * fix imports
1 parent bc306e8 commit 73bbaab

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

scheduler/test/.eslintrc.yml

-3
This file was deleted.

scheduler/test/test.samples.js

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
'use strict';
1616

1717
const {assert} = require('chai');
18+
const {describe, it} = require('mocha');
1819
const cp = require('child_process');
1920
const supertest = require('supertest');
2021
const app = require('../app.js');

0 commit comments

Comments
 (0)