We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 930a7b6 commit b4bd8e7Copy full SHA for b4bd8e7
javascript/ql/test/query-tests/filters/ClassifyFiles/ClassifyFiles.expected
@@ -35,6 +35,7 @@
35
| purs.js:0:0:0:0 | purs.js | generated |
36
| short-variables.js:0:0:0:0 | short-variables.js | generated |
37
| some-template.html:0:0:0:0 | some-template.html | template |
38
+| something.test.js:0:0:0:0 | something.test.js | test |
39
| templ.js:0:0:0:0 | templ.js | template |
40
| textmate.html:0:0:0:0 | textmate.html | generated |
41
| tmpl2.html:0:0:0:0 | tmpl2.html | template |
javascript/ql/test/query-tests/filters/ClassifyFiles/something.test.js
@@ -0,0 +1,4 @@
1
+// Deliberately avoid using known test frameworks in this file.
2
+foo('bar', () => {
3
+ baz();
4
+});
0 commit comments