Disable failing tests in LUISGenTestJS. Chrimc I believe said these tests should not be run.

This commit is contained in:
undefined 2019-07-01 13:38:39 -07:00
Родитель 575b531d5f
Коммит fd4f694f30
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -11,7 +11,7 @@
"homepage": "https://github.com/Microsoft/botbuilder-tools#readme",
"scripts": {
"build": "dotnet build src/LUISGen.csproj",
"test": "cd tests/LUISGenTestJS/ && npm run build && npm run test",
"testXXX": "cd tests/LUISGenTestJS/ && npm run build && npm run test",
"clean": "dotnet clean src/LUISGen.csproj && dotnet clean tests/LUISGenTest/LUISGenTest.csproj && cd tests/LUISGenTestJS/ && npm run clean"
},
"devDependencies": {