Skip to content

Commit

Permalink
Add tests that were missing from browser file list
Browse files Browse the repository at this point in the history
I’m assuming this omission was unintentional, and that we do in fact
wish to run these tests in the browser.
  • Loading branch information
lawrence-forooghian committed Jul 3, 2024
1 parent a6e5f23 commit 34c1185
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/support/browser_file_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ window.__testFiles__.files = {
'test/support/root_hooks.js': true,
'test/support/runPlaywrightTests.js': true,
'test/support/test_helper.js': true,
'test/realtime/api.test.js': true,
'test/realtime/auth.test.js': true,
'test/realtime/channel.test.js': true,
'test/realtime/connection.test.js': true,
Expand All @@ -44,6 +45,8 @@ window.__testFiles__.files = {
'test/realtime/resume.test.js': true,
'test/realtime/sync.test.js': true,
'test/realtime/transports.test.js': true,
'test/realtime/utils.test.js': true,
'test/rest/api.test.js': true,
'test/rest/auth.test.js': true,
'test/rest/bufferutils.test.js': true,
'test/rest/capability.test.js': true,
Expand Down

0 comments on commit 34c1185

Please sign in to comment.