Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit 610f1ba

Browse files
committed
fix lint error
1 parent 90aa28f commit 610f1ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/galata/jest-teardown.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
// Copyright (c) Bloomberg Finance LP.
22
// Distributed under the terms of the Modified BSD License.
33

4-
const { getConfig, saveLogsToFile } = require('./util');
5-
6-
const config = getConfig();
4+
const { saveLogsToFile } = require('./util');
75

86
module.exports = async function () {
97
await global.__BROWSER_GLOBAL__.close();

0 commit comments

Comments
 (0)