Skip to content

Commit

Permalink
test: only run allowImportingTsExtensions test on TS v5.0 and newer
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Aug 3, 2023
1 parent 9b04b10 commit 3d679b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/allow-importing-ts-extensions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {generateRollupBundle} from "./setup/setup-rollup.js";

test.serial(
"Supports importing files by referencing their .ts extensions when the 'allowImportingTsExtensions' CompilerOption is set. #1",
"*",
{ts: ">=5.0"},
async (t, {typescript, rollup}) => {
const bundle = await generateRollupBundle(
[
Expand Down

0 comments on commit 3d679b3

Please sign in to comment.