WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 6917b30

Browse files
committed
ci: fix
1 parent c2ed5f3 commit 6917b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/RoutesFolderWatcher.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe('RoutesFolderWatcher', () => {
3636
const rootDir = pathe.join(FIXTURES_ROOT, `test-${testId++}`)
3737
const srcDir = pathe.join(rootDir, routesFolderOptions.src)
3838
const options = resolveFolderOptions(
39-
resolveOptions({ root: rootDir }),
39+
resolveOptions({ root: rootDir, watch: true }),
4040
routesFolderOptions
4141
)
4242

0 commit comments

Comments
 (0)