chore: move apps and test utils (#8129)

This commit is contained in:
Jason Rasmussen
2024-03-20 16:22:47 -05:00
committed by GitHub
parent c1402eee8e
commit 907eb869bc
13 changed files with 42 additions and 42 deletions
@@ -13,7 +13,7 @@ import {
restoreTempFolder,
testApp,
waitForEvent,
} from 'src/test-utils/utils';
} from 'test/utils';
describe(`Library watcher (e2e)`, () => {
let server: any;