feat(cli): add support for JUnit reporter (#4189)
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"composite": true
|
||||
"composite": true,
|
||||
"lib": ["ESNext", "DOM"],
|
||||
},
|
||||
"files": ["package.json"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user