Skip to content

Commit 74d296d

Browse files
committed
update chat test exclusion path
1 parent 30bd0c1 commit 74d296d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/extract_app_events.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const EXCLUDED_DIR_PATTERNS = [
2323
"/discourse/vendor/",
2424
"/discourse/public/",
2525
"/discourse/spec/",
26-
"/discourse/plugins/chat/test",
26+
"/plugins/chat/test",
2727
"/discourse/plugins/discourse-deprecation-collector/",
2828
];
2929
const UNPARSABLE_INDICATOR = "undefined";

0 commit comments

Comments
 (0)