Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 3c2dbba

Browse files
The test/debugger.ts file uses class syntax (#318)
1 parent 7952610 commit 3c2dbba

File tree

2 files changed

+219
-218
lines changed

2 files changed

+219
-218
lines changed

system-test/test-e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import * as cp from 'child_process';
2222
import * as semver from 'semver';
2323
const promisifyAll = require('@google-cloud/common').util.promisifyAll;
2424
import {Debug} from '../src/debug';
25-
const Debugger = require('../test/debugger.js');
25+
import {Debugger} from '../test/debugger';
2626

2727
const CLUSTER_WORKERS = 3;
2828

0 commit comments

Comments
 (0)