diff options
Diffstat (limited to 'packages/meshbay-hub/tests/test_transport_contracts.py')
| -rw-r--r-- | packages/meshbay-hub/tests/test_transport_contracts.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/meshbay-hub/tests/test_transport_contracts.py b/packages/meshbay-hub/tests/test_transport_contracts.py index fee80bb..b462242 100644 --- a/packages/meshbay-hub/tests/test_transport_contracts.py +++ b/packages/meshbay-hub/tests/test_transport_contracts.py @@ -33,6 +33,16 @@ SPLIT_FILES = [APP, GROUP_PAGE, CHAT_APP, STATIC / "files-app.js", STATIC / "music-app.js", STATIC / "music-player.js", STATIC / "photos-app.js", STATIC / "group-settings.js", + # Same reason as test_hook_ordering's STATIC_FILES: these are + # reached through the registry, so leaving one out here means it + # is simply never checked. + STATIC / "settings-ui.js", STATIC / "folder-tree.js", + STATIC / "chat-app-settings.js", + STATIC / "video-app-settings.js", + STATIC / "music-app-settings.js", + STATIC / "photos-app-settings.js", + STATIC / "helloworld-app.js", + STATIC / "helloworld-app-settings.js", STATIC / "auth-page.js", STATIC / "explore-page.js", CREATE_GROUP] |