Skip to content

Commit

Permalink
test: explicitly require mocha (#343)
Browse files Browse the repository at this point in the history
* [CHANGE ME] Re-generated  to pick up changes in the API or client library generator.

* chore: address linting, for now

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
Co-authored-by: Alexander Fenster <github@fenster.name>
  • Loading branch information
3 people committed Jan 4, 2020
1 parent adbb7d6 commit 32206b9
Show file tree
Hide file tree
Showing 3 changed files with 787 additions and 760 deletions.
1 change: 1 addition & 0 deletions packages/google-cloud-videointelligence/.nycrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"**/scripts",
"**/protos",
"**/test",
"**/*.d.ts",
".jsdoc.js",
"**/.jsdoc.js",
"karma.conf.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

'use strict';

const {describe} = require('mocha');

describe('VideoIntelligenceServiceSmokeTest', () => {
LongRunningOptionalArrayMethod$;
});
Loading

0 comments on commit 32206b9

Please sign in to comment.