Skip to content

Commit

Permalink
refactor: use explicit mocha imports (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and bcoe committed Dec 30, 2019
1 parent 19fd2fa commit a34091f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions asset/snippets/test/.eslintrc.yml

This file was deleted.

1 change: 1 addition & 0 deletions asset/snippets/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 {after, before, describe, it} = require('mocha');
const uuid = require('uuid');
const cp = require('child_process');
const {Storage} = require('@google-cloud/storage');
Expand Down

0 comments on commit a34091f

Please sign in to comment.