Skip to content

Commit d9c3f18

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

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
@@ -216,11 +216,11 @@ test.group('DevServer', () => {
216216
test('restart server if hot-hook:full-reload message is received', async ({ assert, fs }) => {
217217
const filePath = join(fs.basePath, 'start/routes.ts')
218218
await fs.createJson('tsconfig.json', { include: ['**/*'], exclude: [] })
219-
await fs.dump('tsconfig.json')
220219
await fs.create(
221220
'bin/server.ts',
222221
`process.send({ type: 'hot-hook:full-reload', path: "${filePath}" });`
223222
)
223+
await fs.dump('bin/server.ts')
224224
await fs.create('start/routes.ts', ``)
225225
await fs.create('.env', 'PORT=3334')
226226

0 commit comments

Comments
 (0)