Skip to content

Commit

Permalink
refactor: use explicit mocha imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and bcoe committed Dec 30, 2019
1 parent 08ebe14 commit ae160c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions container/snippets/system-test/.eslintrc.yml

This file was deleted.

1 change: 1 addition & 0 deletions container/snippets/system-test/sample.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 cp = require('child_process');

const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
Expand Down

0 comments on commit ae160c5

Please sign in to comment.