File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ process.exit(result ? 0 : 1);
4949* ` test262Dir: string ` - Root directory of the test262 submodule repo.
5050* ` testGlobs?: string[] ` - If omitted, all tests will be run. This option
5151 provides glob patterns that specify a subset of tests to be run. Globs are
52- resolved relative to ` test/**∕ Temporal/ ` subdirectories of ` test262Dir ` . If a
53- pattern doesn't match any files relative to ` test/**∕ Temporal/ ` , it will also
52+ resolved relative to ` test/**/ Temporal/ ` subdirectories of ` test262Dir ` . If a
53+ pattern doesn't match any files relative to ` test/**/ Temporal/ ` , it will also
5454 try to match relative to the current working directory, so that tab completion
5555 works. Example: ` [ 'PlainDateTime/**', 'prototype/with/*.js' ] `
5656* ` expectedFailureFiles?: string[] ` Optional array of text filenames
Original file line number Diff line number Diff line change 11{
22 "name" : " temporal-test262-runner" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 0.3 .0" ,
44 "description" : " Lightweight runner for ECMAScript Temporal's Test262 tests" ,
55 "main" : " index.mjs" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments