Skip to content

Commit b4bd8e7

Browse files
committed
JS: Add test for file classification change
1 parent 930a7b6 commit b4bd8e7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

javascript/ql/test/query-tests/filters/ClassifyFiles/ClassifyFiles.expected

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
| purs.js:0:0:0:0 | purs.js | generated |
3636
| short-variables.js:0:0:0:0 | short-variables.js | generated |
3737
| some-template.html:0:0:0:0 | some-template.html | template |
38+
| something.test.js:0:0:0:0 | something.test.js | test |
3839
| templ.js:0:0:0:0 | templ.js | template |
3940
| textmate.html:0:0:0:0 | textmate.html | generated |
4041
| tmpl2.html:0:0:0:0 | tmpl2.html | template |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// Deliberately avoid using known test frameworks in this file.
2+
foo('bar', () => {
3+
baz();
4+
});

0 commit comments

Comments
 (0)