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 f3508cd

Browse files
committed
test: no need for watch
1 parent 6917b30 commit f3508cd

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, watch: true }),
39+
resolveOptions({ root: rootDir, watch: false }),
4040
routesFolderOptions
4141
)
4242

0 commit comments

Comments
 (0)