Skip to content

Commit

Permalink
Merge pull request #1809 from ably/add-omitted-tests-for-browser
Browse files Browse the repository at this point in the history
Add tests that were missing from browser file list
  • Loading branch information
lawrence-forooghian authored Jul 4, 2024
2 parents a1229af + 34c1185 commit 9953e8a
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 9953e8a

Please sign in to comment.