mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
JS: Add test for file classification change
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
| purs.js:0:0:0:0 | purs.js | generated |
|
||||
| short-variables.js:0:0:0:0 | short-variables.js | generated |
|
||||
| some-template.html:0:0:0:0 | some-template.html | template |
|
||||
| something.test.js:0:0:0:0 | something.test.js | test |
|
||||
| templ.js:0:0:0:0 | templ.js | template |
|
||||
| textmate.html:0:0:0:0 | textmate.html | generated |
|
||||
| tmpl2.html:0:0:0:0 | tmpl2.html | template |
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
// Deliberately avoid using known test frameworks in this file.
|
||||
foo('bar', () => {
|
||||
baz();
|
||||
});
|
||||
Reference in New Issue
Block a user