mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
@@ -309,8 +309,6 @@ EXEMPT_FILES = make_set(
|
||||
"web/src/zcommand.ts",
|
||||
"web/src/zform.js",
|
||||
"web/src/zulip_test.ts",
|
||||
# TODO/channel-folders: Remove when tests are restored.
|
||||
"web/tests/left_sidebar_navigation_area.test.cjs",
|
||||
# Test library code isn't always fully used.
|
||||
"web/tests/lib/example_user.cjs",
|
||||
"web/tests/lib/mdiff.cjs",
|
||||
@@ -320,8 +318,6 @@ EXEMPT_FILES = make_set(
|
||||
# There are some important functions which are not called right now but will
|
||||
# be reused when we add tests for dropdown widget so it doesn't make sense to remove them.
|
||||
"web/tests/recent_view.test.cjs",
|
||||
# TODO/channel-folders: Remove when tests are restored.
|
||||
"web/tests/stream_list.test.cjs",
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user