Skip to content

Commit 9620944

Browse files
committed
lint
1 parent 1f3dfc2 commit 9620944

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

run/markdown-preview/editor/test/system.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
const assert = require('assert');
1616
const got = require('got');
1717
const {execSync} = require('child_process');
18-
const {GoogleAuth} = require('google-auth-library');
19-
const auth = new GoogleAuth();
2018

2119
describe('End-to-End Tests', () => {
2220
// Retrieve Cloud Run service test config

run/markdown-preview/renderer/test/system.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
const assert = require('assert');
1616
const got = require('got');
1717
const {execSync} = require('child_process');
18-
const {GoogleAuth} = require('google-auth-library');
19-
const auth = new GoogleAuth();
2018

2119
describe('End-to-End Tests', () => {
2220
// Retrieve Cloud Run service test config

0 commit comments

Comments
 (0)