diff --git a/.deepsource.toml b/.deepsource.toml index 277e0ba02..6ba575648 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -1,8 +1,18 @@ version = 1 +test_patterns = [ + "__mocks__/**", + "__tests__/**", + "cypress/**", + "*.test.*", + "*.mock.*", + "*.spec.*" +] + [[analyzers]] -name = "javascript" -enabled = true + name = "javascript" + enabled = true [analyzers.meta] - plugins = ["react"] \ No newline at end of file + plugins = ["react"] + environment = ["nodejs","browser","jest"] \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 2e90d2c23..f249ff139 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,6 +1,19 @@