Skip to content

Commit 0ed734b

Browse files
committed
Ignore test files
1 parent efdcb31 commit 0ed734b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/codeql/codeql-config-javascript.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "CodeQL config"
2-
queries:
2+
queries:
33
- name: Run custom queries
44
uses: ./queries
55
# Run all extra query suites, both because we want to
@@ -13,3 +13,5 @@ queries:
1313
paths-ignore:
1414
- lib
1515
- tests
16+
- "**/*.test.ts"
17+
- "**/testing-util.ts"

0 commit comments

Comments
 (0)