Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update app.test.tpl.ts
  • Loading branch information
FossPrime authored Jun 6, 2023
commit 08c5526bd7364678ba4854779a2fdd910583e137
2 changes: 1 addition & 1 deletion packages/generators/src/app/templates/app.test.tpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import type { Server } from 'http'
import { app } from '../${lib}/app'

const port = app.get('port')
const appUrl = \`http://\${app.get('host')}:\${port}\`
const appUrl = \`http://localhost:\${port}\`

describe('Feathers application tests', () => {
let server: Server
Expand Down