Skip to content

Commit 1baff40

Browse files
committed
Readme update
1 parent f628e44 commit 1baff40

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

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

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.2.0",
3+
"version": "0.3.0",
44
"description": "Lightweight runner for ECMAScript Temporal's Test262 tests",
55
"main": "index.mjs",
66
"scripts": {

0 commit comments

Comments
 (0)