Skip to content

Commit df72696

Browse files
committed
Disabled xunit shadow copying so .Net framework tests run
- See coverlet-coverage/coverlet#347.
1 parent 52fdb96 commit df72696

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/NodeJS/app.config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<configuration>
2+
<appSettings>
3+
<add key="xunit.shadowCopy" value="false"/>
4+
</appSettings>
5+
</configuration>

0 commit comments

Comments
 (0)