Skip to content

Commit 9a4c1c8

Browse files
committed
ci: debug log
1 parent 7f836d7 commit 9a4c1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dev_server.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ test.group('DevServer', () => {
215215

216216
test('restart server if hot-hook:full-reload message is received', async ({ assert, fs }) => {
217217
const filePath = join(fs.basePath, 'start/routes.ts')
218-
console.log({ filePath })
219218
await fs.createJson('tsconfig.json', { include: ['**/*'], exclude: [] })
219+
await fs.dump('tsconfig.json')
220220
await fs.create(
221221
'bin/server.ts',
222222
`process.send({ type: 'hot-hook:full-reload', path: "${filePath}" });`

0 commit comments

Comments
 (0)