Add query-history tests (#19923)

This commit is contained in:
Charles Gagnon
2022-07-05 18:18:40 -07:00
committed by GitHub
parent 5d241c1907
commit 577c09e1f1
11 changed files with 1873 additions and 56 deletions

View File

@@ -0,0 +1,20 @@
{
"enabled": true,
"relativeSourcePath": "..",
"relativeCoverageDir": "../../coverage",
"ignorePatterns": [
"**/node_modules/**",
"**/test/**",
"main.js"
],
"reports": [
"cobertura",
"lcov",
"json"
],
"verbose": false,
"remapOptions": {
"basePath": "..",
"useAbsolutePaths": true
}
}