| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8660d48 commit 206c668
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -524,7 +524,6 @@ function run(options) { | |||
| 524 | 524 | watch, | |
| 525 | 525 | setup, | |
| 526 | 526 | only, | |
| 527 | - plan, | ||
| 528 | 527 | } = options; | |
| 529 | 528 | ||
| 530 | 529 | if (files != null) { | |
@@ -577,7 +576,7 @@ function run(options) { | |||
| 577 | 576 | }); | |
| 578 | 577 | } | |
| 579 | 578 | ||
| 580 | - const root = createTestTree({ __proto__: null, concurrency, timeout, signal, plan }); | ||
| 579 | + const root = createTestTree({ __proto__: null, concurrency, timeout, signal }); | ||
| 581 | 580 | root.harness.shouldColorizeTestFiles ||= shouldColorizeTestFiles(root); | |
| 582 | 581 | ||
| 583 | 582 | if (process.env.NODE_TEST_CONTEXT !== undefined) { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -74,6 +74,6 @@ test('planning with streams', (t, done) => { | |||
| 74 | 74 | }); | |
| 75 | 75 | ||
| 76 | 76 | stream.on('end', () => { | |
| 77 | - done(); | ||
| 77 | + done(); | ||
| 78 | 78 | }); | |
| 79 | 79 | }) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments