Skip to content

Commit

Permalink
npmrc, improve test
Browse files Browse the repository at this point in the history
  • Loading branch information
nitedani committed Jul 26, 2024
1 parent c644048 commit 95e1df3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shamefully-hoist=true
4 changes: 1 addition & 3 deletions test/vike-node/.testRun.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ function testRun(cmd: 'npm run dev' | 'npm run prod') {
expect(xTestHeader).toBe('test')
})

// fastify should work but broken on ci
// let's leave it out for now
if (!isProd && !(isCI() && process.env.VIKE_NODE_FRAMEWORK === 'fastify'))
if (!isProd)
test('vite hmr websocket', async () => {
const logs: string[] = []
page.on('console', (msg) => logs.push(msg.text()))
Expand Down

0 comments on commit 95e1df3

Please sign in to comment.