Skip to content

Commit

Permalink
feat: add uws test
Browse files Browse the repository at this point in the history
  • Loading branch information
rtritto committed Oct 22, 2024
1 parent 6a0f80a commit f04f645
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/vike-node/.dev-uws.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
process.env.VIKE_NODE_FRAMEWORK = 'h3'

import { testRun } from './.testRun'
testRun('npm run dev')
4 changes: 4 additions & 0 deletions test/vike-node/.prod-uws.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
process.env.VIKE_NODE_FRAMEWORK = 'uws'

import { testRun } from './.testRun'
testRun('npm run prod')

0 comments on commit f04f645

Please sign in to comment.