File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ process.exit(result ? 0 : 1);
4848 ` Intl ` and ` Date ` built-in objects.
4949* ` test262Dir: string ` - Root directory of the test262 submodule repo.
5050* ` testGlobs?: string[] ` - If omitted, all tests will be run. This option
51- provides glob patterns that specify a subset of tests to be run. Example:
52- ` [ 'PlainDateTime /**', 'prototype/with/*.js' ] ` Globs are resolved relative
53- to ` test/**∕Temporal/ ` subdirectories of ` test262Dir ` . If a pattern doesn't
54- match any files relative to ` test/**∕Temporal/ ` , it will also try to match
55- relative to the current working directory, so that tab completion works.
51+ 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
54+ try to match relative to the current working directory, so that tab completion
55+ works. Example: ` [ 'PlainDateTime/**', 'prototype/with/*.js' ] `
5656* ` expectedFailureFiles?: string[] ` Optional array of text filenames
5757 that each contain a list of test files (relative to the ` test ` subdirectory
5858 of ` test262Dir ` ) that are expected to fail. Lines starting with ` # ` and
Original file line number Diff line number Diff line change 11{
22 "name" : " temporal-test262-runner" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 0.2 .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