Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nettybun committed Jul 7, 2020
1 parent 04073d4 commit d19632c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node-resolve/test/test.js
Expand Up @@ -107,7 +107,7 @@ test('supports non-standard extensions', async (t) => {

test('supports JS extensions in TS when referring to TS imports', async (t) => {
const bundle = await rollup({
input: 'extensions/import-ts-with-js-extension.ts',
input: 'ts-import-js-extension/import-ts-with-js-extension.ts',
onwarn: () => t.fail('No warnings were expected'),
plugins: [
nodeResolve({
Expand Down

0 comments on commit d19632c

Please sign in to comment.