Skip to content

Commit

Permalink
refactor: use explicit mocha imports (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and Ace Nassri committed Nov 11, 2022
1 parent 5060059 commit b92df77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions error-reporting/test/.eslintrc.yml

This file was deleted.

1 change: 1 addition & 0 deletions error-reporting/test/snippets.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, spawn} = require('child_process');
const {request} = require('gaxios');

Expand Down

0 comments on commit b92df77

Please sign in to comment.