Skip to content

Commit

Permalink
refactor: use explicit mocha imports (#173)
Browse files Browse the repository at this point in the history
* refactor: use explicit mocha imports

* fix imports
  • Loading branch information
JustinBeckwith authored and Ace Nassri committed Nov 15, 2022
1 parent b01a02a commit b8aac14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions scheduler/test/.eslintrc.yml

This file was deleted.

1 change: 1 addition & 0 deletions scheduler/test/test.samples.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
'use strict';

const {assert} = require('chai');
const {describe, it} = require('mocha');
const cp = require('child_process');
const supertest = require('supertest');
const app = require('../app.js');
Expand Down

0 comments on commit b8aac14

Please sign in to comment.