@@ -123,10 +123,10 @@ await $`npx -p typescript@5.9 tsc -p tsconfig.entries.pure.json`;
123123await $ `npx -p typescript@5.9 -p @types/node@24 tsc -p tsconfig.templates.require.json` ;
124124
125125if ( ! ALL_TESTS ) {
126- await $ `npx -p typescript@5.6 tsc -p pure/tsconfig.async-iterable .json --target es2023 --lib es2023` ;
127- await $ `npx -p typescript@5.6 tsc -p pure/tsconfig.async-iterable .json --target esnext --lib esnext` ;
128- await $ `npx -p typescript@5.9 tsc -p pure/tsconfig.async-iterable .json --target es2023 --lib es2023` ;
129- await $ `npx -p typescript@5.9 tsc -p pure/tsconfig.async-iterable .json --target esnext --lib esnext` ;
126+ await $ `npx -p typescript@5.6 tsc -p pure/tsconfig.async-iteration .json --target es2023 --lib es2023` ;
127+ await $ `npx -p typescript@5.6 tsc -p pure/tsconfig.async-iteration .json --target esnext --lib esnext` ;
128+ await $ `npx -p typescript@5.9 tsc -p pure/tsconfig.async-iteration .json --target es2023 --lib es2023` ;
129+ await $ `npx -p typescript@5.9 tsc -p pure/tsconfig.async-iteration .json --target esnext --lib esnext` ;
130130
131131 await $ `npx -p typescript@5.6 tsc -p pure/tsconfig.json --target es6 --lib es6` ;
132132 await $ `npx -p typescript@5.6 tsc -p pure/tsconfig.json --target esnext --lib esnext` ;
@@ -146,8 +146,8 @@ if (!ALL_TESTS) {
146146 await clearTmpDir ( ) ;
147147 echo ( `Tested: ${ chalk . green ( tested ) } , Failed: ${ chalk . red ( failed ) } ` ) ;
148148 if ( failed ) throw new Error ( 'Some tests have failed' ) ;
149- await $ `npx -p typescript@5.6 tsc -p pure/tsconfig.async-iterable .json --target es2023 --lib es2023` ;
150- await $ `npx -p typescript@5.6 tsc -p pure/tsconfig.async-iterable .json --target esnext --lib esnext` ;
151- await $ `npx -p typescript@5.9 tsc -p pure/tsconfig.async-iterable .json --target es2023 --lib es2023` ;
152- await $ `npx -p typescript@5.9 tsc -p pure/tsconfig.async-iterable .json --target esnext --lib esnext` ;
149+ await $ `npx -p typescript@5.6 tsc -p pure/tsconfig.async-iteration .json --target es2023 --lib es2023` ;
150+ await $ `npx -p typescript@5.6 tsc -p pure/tsconfig.async-iteration .json --target esnext --lib esnext` ;
151+ await $ `npx -p typescript@5.9 tsc -p pure/tsconfig.async-iteration .json --target es2023 --lib es2023` ;
152+ await $ `npx -p typescript@5.9 tsc -p pure/tsconfig.async-iteration .json --target esnext --lib esnext` ;
153153}
0 commit comments