JS: heuristically recognize x.spec.y and x.test.y as test files

This commit is contained in:
Esben Sparre Andreasen
2019-07-01 15:49:17 +02:00
parent 7cab308205
commit 062778bdd8
3 changed files with 10 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
| etherpad.html:0:0:0:0 | etherpad.html | generated |
| exported-data.js:0:0:0:0 | exported-data.js | generated |
| htmltidy.html:0:0:0:0 | htmltidy.html | generated |
| implementation.spec.js:0:0:0:0 | implementation.spec.js | test |
| implementation.test.js:0:0:0:0 | implementation.test.js | test |
| jison-lex.js:0:0:0:0 | jison-lex.js | generated |
| jison.js:0:0:0:0 | jison.js | generated |