Skip to content

Commit a2c375d

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

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
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)