JS: Add test for file classification change

This commit is contained in:
Asger F
2024-11-26 12:33:39 +01:00
parent 930a7b6e28
commit b4bd8e701c
2 changed files with 5 additions and 0 deletions

View File

@@ -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 |

View File

@@ -0,0 +1,4 @@
// Deliberately avoid using known test frameworks in this file.
foo('bar', () => {
baz();
});