File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,13 @@ import 'jest';
2
2
import * as git from '../src/git' ;
3
3
import plugin from '../src/index' ;
4
4
import { version } from '../src/version' ;
5
- import { ISettingRegistry , SettingRegistry } from '@jupyterlab/settingregistry' ;
6
5
import { JupyterLab } from '@jupyterlab/application' ;
7
6
import { showErrorMessage } from '@jupyterlab/apputils' ;
8
- import { URLExt } from '@jupyterlab/coreutils' ;
7
+ import { ISettingRegistry , SettingRegistry , URLExt } from '@jupyterlab/coreutils' ;
9
8
10
9
jest . mock ( '../src/git' ) ;
11
10
jest . mock ( '@jupyterlab/application' ) ;
12
11
jest . mock ( '@jupyterlab/apputils' ) ;
13
- jest . mock ( '@jupyterlab/settingregistry' ) ;
14
12
15
13
describe ( 'plugin' , ( ) => {
16
14
const mockGit = git as jest . Mocked < typeof git > ;
You can’t perform that action at this time.
0 commit comments