We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e7a00 commit 6b81564Copy full SHA for 6b81564
index.mjs
@@ -229,7 +229,6 @@ export default function runTest262({
229
[
230
path.resolve(testSubdirectory, '**/Temporal/**/*.js'),
231
path.resolve(testSubdirectory, 'intl402/DateTimeFormat/**/*.js'),
232
- path.resolve(testSubdirectory, 'intl402/Intl/DateTimeFormat/**/*.js'),
233
// "p*" is a workaround because there is no toTemporalInstant dir at this time
234
path.resolve(testSubdirectory, 'built-ins/Date/p*/toTemporalInstant/*.js')
235
].forEach((defaultGlob) => globResults.push(...globSync(defaultGlob, GLOB_OPTS)));
0 commit comments