Skip to content

Commit

Permalink
refactor: use explicit mocha imports (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and grayside committed Nov 8, 2022
1 parent aff8082 commit d2a841b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions datalabeling/test/.eslintrc.yml

This file was deleted.

1 change: 1 addition & 0 deletions datalabeling/test/test.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 {execSync} = require('child_process');

const exec = cmd => execSync(cmd, {encoding: 'utf8'});
Expand Down

0 comments on commit d2a841b

Please sign in to comment.