@@ -49,12 +49,12 @@ process.exit(result ? 0 : 1);
4949 the global namespace, as well as Temporal-related changes polyfilled into
5050 ` Intl ` and ` Date ` built-in objects.
5151* ` test262Dir: string ` - Root directory of the test262 submodule repo.
52- * ` testGlobs?: string[] ` - If omitted, all tests will be run. This option
53- provides glob patterns that specify a subset of tests to be run. Globs are
54- resolved relative to ` test/**/Temporal/ ` subdirectories of ` test262Dir ` . If a
55- pattern doesn't match any files relative to ` test/**/Temporal/ ` , it will also
56- try to match relative to the current working directory, so that tab completion
57- works. Example: ` [ 'PlainDateTime/**', 'prototype/with/*.js' ] `
52+ * ` testGlobs?: string[] ` - If omitted, all Temporal tests will be run. This
53+ option provides glob patterns that specify a subset of tests to be run. Globs
54+ are resolved relative to ` test/**/Temporal/ ` subdirectories of ` test262Dir ` .
55+ If a pattern doesn't match any files relative to ` test/**/Temporal/ ` , it will
56+ also try to match relative to the current working directory, so that tab
57+ completion works. Example: ` [ 'PlainDateTime/**', 'prototype/with/*.js' ] `
5858* ` expectedFailureFiles?: string[] ` Optional array of text filenames
5959 that each contain a list of test files (relative to the ` test ` subdirectory
6060 of ` test262Dir ` ) that are expected to fail. Lines starting with ` # ` and
0 commit comments