Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jun 4, 2022
1 parent d83044c commit 8df2f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/package-store/test/createImportPackage.spec.ts
Expand Up @@ -19,7 +19,7 @@ baseLogger['globalWarn'] = globalWarn
jest.mock('@pnpm/logger', () => baseLogger)

// eslint-disable-next-line
import createImportPackage from '../lib/createImportPackage'
import createImportPackage from '../lib/storeController/createImportPackage'

test('packageImportMethod=auto: clone files by default', async () => {
const importPackage = createImportPackage('auto')
Expand Down
@@ -1,7 +1,7 @@
import { promises as fs } from 'fs'
import path from 'path'
import { prepareEmpty } from '@pnpm/prepare'
import createImportPackage from '../lib/createImportPackage'
import createImportPackage from '../lib/storeController/createImportPackage'

test('importing a package with invalid files', async () => {
prepareEmpty()
Expand Down

0 comments on commit 8df2f3f

Please sign in to comment.