Skip to content

Commit

Permalink
refactor: use explicit mocha imports (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and grayside committed Nov 3, 2022
1 parent 625dd6e commit 822fd5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions cloud-tasks/test/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
---
env:
mocha: true
rules:
node/no-unpublished-require: off
1 change: 1 addition & 0 deletions cloud-tasks/test/test.samples.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} = require('mocha');
const {execSync} = require('child_process');
const uuid = require('uuid');
const {CloudTasksClient} = require('@google-cloud/tasks');
Expand Down

0 comments on commit 822fd5d

Please sign in to comment.