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 5d155d6 commit 2f8f358Copy full SHA for 2f8f358
cypher/Typescript_Enrichment/Mark_test_modules.cypher
@@ -4,6 +4,8 @@ MATCH (m:Module)
4
WITH m
5
,(m.globalFqn contains '/__tests__/') OR
6
(m.globalFqn contains '/test/') OR
7
+ (m.globalFqn contains '/testing/') OR
8
+ (m.globalFqn contains '-tests/') OR
9
(m.globalFqn contains '/tests/') AS isInTestFolder
10
,(m.globalFqn contains '/__mocks__/') OR
11
(m.globalFqn contains '/mock/') OR
0 commit comments