Skip to content

Commit 7f836d7

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

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
@@ -219,7 +219,7 @@ test.group('DevServer', () => {
219219
await fs.createJson('tsconfig.json', { include: ['**/*'], exclude: [] })
220220
await fs.create(
221221
'bin/server.ts',
222-
`process.send({ type: 'hot-hook:full-reload', path: '${filePath}' });`
222+
`process.send({ type: 'hot-hook:full-reload', path: "${filePath}" });`
223223
)
224224
await fs.create('start/routes.ts', ``)
225225
await fs.create('.env', 'PORT=3334')

0 commit comments

Comments
 (0)