Skip to content

Commit

Permalink
refactor: use explicit mocha imports (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and bcoe committed Dec 30, 2019
1 parent f3167d5 commit 598dafe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.

This file was deleted.

3 changes: 0 additions & 3 deletions packages/google-cloud-recaptchaenterprise/test/.eslintrc

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

import * as protosTypes from '../protos/protos';
import * as assert from 'assert';
import {describe, it} from 'mocha';
const recaptchaenterpriseservicev1beta1Module = require('../src');

const FAKE_STATUS_CODE = 1;
Expand Down

0 comments on commit 598dafe

Please sign in to comment.