Skip to content

Commit 4fa0827

Browse files
Fix uWS require path in smoke.js
Update uWS module path for smoke tests
1 parent 47e1f06 commit 4fa0827

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/smoke.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
const uWS = require('../uws.js');
1+
// We are run inside the dist folder with the uws.js and newly compiled binaries will lie
2+
const uWS = require('./uws.js');
23
const WebSocket = require('ws');
34

45
const expectedCloseReasons = {

0 commit comments

Comments
 (0)