Skip to content

Commit a2c375d

Browse files
authored
test: remove not needed test (#18087)
1 parent e9a2746 commit a2c375d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

playground/optimize-deps/__tests__/optimize-deps.spec.ts

-3
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,6 @@ test('name file limit is 170 characters', async () => {
289289
const stripFolderPart = fromUrl.split('/').at(-1)
290290
const onlyTheFilePart = stripFolderPart.split('.')[0]
291291
expect(onlyTheFilePart).toHaveLength(170)
292-
293-
const text = await content.text()
294-
expect(text).toMatch(/import\s+("[^"]+")/)
295292
}
296293
})
297294

0 commit comments

Comments
 (0)