diff --git a/index.mjs b/index.mjs index a4ec695..67334c0 100644 --- a/index.mjs +++ b/index.mjs @@ -229,7 +229,6 @@ export default function runTest262({ [ path.resolve(testSubdirectory, '**/Temporal/**/*.js'), path.resolve(testSubdirectory, 'intl402/DateTimeFormat/**/*.js'), - path.resolve(testSubdirectory, 'intl402/Intl/DateTimeFormat/**/*.js'), // "p*" is a workaround because there is no toTemporalInstant dir at this time path.resolve(testSubdirectory, 'built-ins/Date/p*/toTemporalInstant/*.js') ].forEach((defaultGlob) => globResults.push(...globSync(defaultGlob, GLOB_OPTS))); diff --git a/package-lock.json b/package-lock.json index 5878e80..6af3237 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@js-temporal/temporal-test262-runner", - "version": "0.10.0", + "version": "0.10.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@js-temporal/temporal-test262-runner", - "version": "0.10.0", + "version": "0.10.1", "license": "BSD-3-Clause", "dependencies": { "ansi-colors": "^4.1.3",