Skip to content

Commit 8d946e2

Browse files
committed
Fix CI
1 parent ff45aa5 commit 8d946e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/globby.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ test('root-anchored literal negation stays cwd-relative with mixed absolute and
494494
try {
495495
const result = await runGlobby(t, [
496496
'tmp/project/**/*.js',
497-
'/tmp/**/*.nomatch',
497+
`${temporaryCwd}/**/*.nomatch`,
498498
'!/tmp/project/_*',
499499
], {cwd: temporaryCwd});
500500

0 commit comments

Comments
 (0)