Skip to content

Commit

Permalink
refactor: use explicit mocha imports (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and bcoe committed Dec 30, 2019
1 parent c5ef5f9 commit f3ccfc6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions packages/google-cloud-dialogflow/system-test/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
---
env:
mocha: true
rules:
no-console: off
3 changes: 0 additions & 3 deletions packages/google-cloud-dialogflow/test/.eslintrc.yml

This file was deleted.

1 change: 1 addition & 0 deletions packages/google-cloud-dialogflow/test/gapic-v2.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
'use strict';

const assert = require('assert');
const {describe, it} = require('mocha');
const {PassThrough} = require('stream');

const dialogflowModule = require('../src');
Expand Down
1 change: 1 addition & 0 deletions packages/google-cloud-dialogflow/test/gapic-v2beta1.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
'use strict';

const assert = require('assert');
const {describe, it} = require('mocha');
const {PassThrough} = require('stream');

const dialogflowModule = require('../src');
Expand Down

0 comments on commit f3ccfc6

Please sign in to comment.