Skip to content

Commit

Permalink
🚚 refactor(core): Rename test/utils -> test/test-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Oct 23, 2023
1 parent e072b02 commit a6004a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/test/unzipArchive.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
ARCHIVE_CONTENTS,
createTestZipArchive,
createTestZipArchiveWithIncorrectEntries
} from './utils/createTestZipArchive'
} from './test-utils/createTestZipArchive'

const ROOT_DIR = '/tmp'
const FILE_NAME = 'duck.txt'
Expand Down

0 comments on commit a6004a8

Please sign in to comment.