Skip to content

Commit

Permalink
enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Jan 28, 2025
1 parent c2ac197 commit a78295f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/centrifuge.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ test('no websocket constructor', async () => {

const transportCases = [
['websocket', 'ws://localhost:8000/connection/websocket'],
// ['http_stream', 'http://localhost:8000/connection/http_stream'],
// ['sse', 'http://localhost:8000/connection/sse'],
['http_stream', 'http://localhost:8000/connection/http_stream'],
['sse', 'http://localhost:8000/connection/sse'],
]

const websocketOnly = [
Expand Down

0 comments on commit a78295f

Please sign in to comment.