1 parent ecb2c91 commit 53d7a6cCopy full SHA for 53d7a6c
1 file changed
test/cli.test.mjs
@@ -357,7 +357,7 @@ try {
357
pricingCacheFile,
358
]);
359
assert.equal(missingFindForced.code, 1);
360
- assert.match(missingFindForced.stderr, /find discovery is unavailable: spawn find ENOENT/);
+ assert.match(missingFindForced.stderr, /find discovery is unavailable: (spawn find ENOENT|unsupported platform win32)/);
361
assert.doesNotMatch(missingFindForced.stderr, /node:internal|ErrorCaptureStackTrace/);
362
} finally {
363
if (previousPath == null) {
0 commit comments