Skip to content

Commit 05dd175

Browse files
committed
fix test error
1 parent 9229e6e commit 05dd175

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/integrations/eslint-plugin-import.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describe('Integration with eslint-plugin-import', () => {
2424
before(() => {
2525
originalCwd = process.cwd()
2626
process.chdir(path.join(__dirname, 'eslint-plugin-import'))
27-
cp.execSync('npm i', { stdio: 'inherit', env: { npm_config_package_lock: 'false' }})
27+
cp.execSync('npm i', { stdio: 'inherit' })
2828
})
2929
after(() => {
3030
process.chdir(originalCwd)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

0 commit comments

Comments
 (0)