Skip to content

Commit f601e8e

Browse files
committed
f
1 parent ba11d4b commit f601e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ app.use(staticCache(path.join(__dirname, '..'), {
1919
alias: {
2020
'/package': '/package.json',
2121
// windows
22-
'\\package': '/package.json',
22+
'\\package': '\\package.json',
2323
},
2424
filter(file: string) {
2525
return !file.includes('node_modules');

0 commit comments

Comments
 (0)