We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da1540 commit d13e55eCopy full SHA for d13e55e
.github/scripts/post-merge-validation-tracker.mjs
@@ -15,6 +15,7 @@ const SIZE_LABEL_PREFIX = 'size-';
15
const AUTOMATED_TEST_PATTERNS = [
16
/\.test\.(js|ts|tsx)$/,
17
/\.spec\.(js|ts|tsx)$/,
18
+ /\.(test|spec)\.(js|ts|tsx)\.snap$/,
19
/(^|\/)test\//,
20
/(^|\/)e2e\//,
21
/(^|\/)wdio\//
0 commit comments