Updating tests to use official xunit

This commit is contained in:
Brennan 2014-12-15 14:52:11 -08:00
parent 2e943eb3ab
commit d08e5d3572
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"version": "1.0.0-*",
"dependencies": {
"Xunit.KRunner": "1.0.0-*",
"xunit.runner.kre": "1.0.0-*",
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*"
},
"frameworks": {
@ -15,7 +15,7 @@
}
},
"commands": {
"run": "Xunit.KRunner",
"test": "Xunit.KRunner"
"run": "xunit.runner.kre",
"test": "xunit.runner.kre"
}
}