| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1de4375 commit 91b2850
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,8 +6,6 @@ import { describe, it } from 'node:test'; | |||
| 6 | 6 | import { pathToFileURL } from 'node:url'; | |
| 7 | 7 | ||
| 8 | 8 | const skipForceColors = | |
| 9 | - process.config.variables.icu_gyp_path !== 'tools/icu/icu-generic.gyp' || | ||
| 10 | - process.config.variables.node_shared_openssl || | ||
| 11 | 9 | (common.isWindows && (Number(os.release().split('.')[0]) !== 10 || Number(os.release().split('.')[2]) < 14393)); // See https://github.com/nodejs/node/pull/33132 | |
| 12 | 10 | ||
| 13 | 11 | ||
@@ -76,7 +74,7 @@ describe('errors output', { concurrency: !process.env.TEST_PARALLEL }, () => { | |||
| 76 | 74 | ]; | |
| 77 | 75 | for (const { name, transform = defaultTransform, env, skip = false } of tests) { | |
| 78 | 76 | it(name, { skip }, async () => { | |
| 79 | - await snapshot.spawnAndAssert(fixtures.path(name), transform, { env }); | ||
| 77 | + await snapshot.spawnAndAssert(fixtures.path(name), transform, { env: { ...env, ...process.env } }); | ||
| 80 | 78 | }); | |
| 81 | 79 | } | |
| 82 | 80 | }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments