Skip to content

Commit

Permalink
chore: remove invalid tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Feb 27, 2022
1 parent e7613ff commit 6182de6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/vite/src/node/__tests__/utils.spec.ts
Expand Up @@ -74,11 +74,3 @@ test('ts import of file with .js and query param', () => {
'test-file.js.tsx?lee=123'
])
})

test('ts import of non js file', () => {
expect(getPotentialTsSrcPaths('test-file.wasm')).toEqual(['test-file.wasm'])
})

test('ts import without any extension', () => {
expect(getPotentialTsSrcPaths('test-file')).toEqual(['test-file'])
})

0 comments on commit 6182de6

Please sign in to comment.