Adding testRunner to enable tests

This commit is contained in:
John Luo 2016-02-22 16:52:53 -08:00
Родитель 09f066c19b
Коммит 9f6deddb33
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -13,7 +13,5 @@
"frameworks": {
"dnx451": {}
},
"commands": {
"test": "xunit.runner.aspnet"
}
"testRunner": "xunit"
}