We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f836d7 commit 9a4c1c8Copy full SHA for 9a4c1c8
tests/dev_server.spec.ts
@@ -215,8 +215,8 @@ test.group('DevServer', () => {
215
216
test('restart server if hot-hook:full-reload message is received', async ({ assert, fs }) => {
217
const filePath = join(fs.basePath, 'start/routes.ts')
218
- console.log({ filePath })
219
await fs.createJson('tsconfig.json', { include: ['**/*'], exclude: [] })
+ await fs.dump('tsconfig.json')
220
await fs.create(
221
'bin/server.ts',
222
`process.send({ type: 'hot-hook:full-reload', path: "${filePath}" });`
0 commit comments