File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import * as fs from 'node:fs';
10
10
// @ts -expect-error isogit has both ESM and CJS exports but node16 module/resolution identifies it as ESM
11
11
import git from 'isomorphic-git' ;
12
12
import { expect , config } from 'chai' ;
13
- import sinon = require ( 'sinon' ) ;
13
+ import sinon from 'sinon' ;
14
14
import { RegistryAccess } from '@salesforce/source-deploy-retrieve' ;
15
15
import { ShadowRepo } from '../../src/shared/local/localShadowRepo' ;
16
16
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import fs from 'node:fs';
10
10
// @ts -expect-error isogit has both ESM and CJS exports but node16 module/resolution identifies it as ESM
11
11
import git from 'isomorphic-git' ;
12
12
import { expect } from 'chai' ;
13
- import sinon = require ( 'sinon' ) ;
13
+ import sinon from 'sinon' ;
14
14
import { RegistryAccess } from '@salesforce/source-deploy-retrieve' ;
15
15
import { ShadowRepo } from '../../src/shared/local/localShadowRepo' ;
16
16
You can’t perform that action at this time.
0 commit comments