Skip to content

Commit f628e44

Browse files
committed
Minor readme update
1 parent f5bbaf3 commit f628e44

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)