Skip to content

Commit 171cb15

Browse files
committed
Add a Jest NUnit reporter that writes to the temp directory
1 parent 53ef5d9 commit 171cb15

File tree

6 files changed

+236
-67
lines changed

6 files changed

+236
-67
lines changed

common/config/rush/nonbrowser-approved-packages.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,10 @@
402402
"name": "jest-environment-jsdom",
403403
"allowedCategories": [ "libraries" ]
404404
},
405+
{
406+
"name": "jest-nunit-reporter",
407+
"allowedCategories": [ "libraries" ]
408+
},
405409
{
406410
"name": "jest-resolve",
407411
"allowedCategories": [ "libraries" ]
@@ -574,6 +578,10 @@
574578
"name": "wordwrap",
575579
"allowedCategories": [ "libraries" ]
576580
},
581+
{
582+
"name": "xml",
583+
"allowedCategories": [ "libraries" ]
584+
},
577585
{
578586
"name": "yargs",
579587
"allowedCategories": [ "libraries" ]

0 commit comments

Comments
 (0)