Skip to content

Commit

Permalink
refactor: use explicit mocha imports (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and bcoe committed Dec 30, 2019
1 parent 26721b3 commit 2c6c0fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions container-analysis/snippets/test/.eslintrc.yml

This file was deleted.

1 change: 1 addition & 0 deletions container-analysis/snippets/test/containerAnalysis.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, before, after, afterEach, beforeEach} = require('mocha');
const cp = require('child_process');
const uuid = require(`uuid`);

Expand Down

0 comments on commit 2c6c0fc

Please sign in to comment.