filterparser tests added to test run

This commit is contained in:
Jan Prochazka
2021-05-30 11:00:32 +02:00
parent 433d3be8d5
commit 78a59ae8dc
3 changed files with 20 additions and 4 deletions

View File

@@ -6,7 +6,8 @@
"scripts": {
"build": "tsc",
"start": "tsc --watch",
"test": "jest"
"test": "jest",
"test:ci": "jest --json --outputFile=result.json --testLocationInResults"
},
"files": [
"lib"