Skip to content

Commit 3ccb89b

Browse files
committed
Fix unit test
1 parent 4e8142f commit 3ccb89b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/plugin.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@ import 'jest';
22
import * as git from '../src/git';
33
import plugin from '../src/index';
44
import { version } from '../src/version';
5-
import { ISettingRegistry, SettingRegistry } from '@jupyterlab/settingregistry';
65
import { JupyterLab } from '@jupyterlab/application';
76
import { showErrorMessage } from '@jupyterlab/apputils';
8-
import { URLExt } from '@jupyterlab/coreutils';
7+
import { ISettingRegistry, SettingRegistry, URLExt } from '@jupyterlab/coreutils';
98

109
jest.mock('../src/git');
1110
jest.mock('@jupyterlab/application');
1211
jest.mock('@jupyterlab/apputils');
13-
jest.mock('@jupyterlab/settingregistry');
1412

1513
describe('plugin', () => {
1614
const mockGit = git as jest.Mocked<typeof git>;

0 commit comments

Comments
 (0)