mirror of https://github.com/zulip/zulip.git
node tests: Explicitly set filters for markdown test.
This commit is contained in:
parent
d1d0742e0a
commit
bae508d1c9
|
@ -651,6 +651,8 @@ run_test("message_flags", () => {
|
|||
});
|
||||
|
||||
run_test("backend_only_realm_filters", () => {
|
||||
markdown.update_realm_filter_rules(page_params.realm_filters);
|
||||
|
||||
const backend_only_realm_filters = [
|
||||
"Here is the PR-#123.",
|
||||
"Function abc() was introduced in (PR)#123.",
|
||||
|
|
Loading…
Reference in New Issue