botbuilder-unit
Version:
Unit tests for chatbot dialogs
26 lines • 356 B
JavaScript
module.exports = [
{
"user" : "hi"
},
{
"bot" : "Test dialog welcomes you!"
},
{
"bot" : "TestB wialog welcomes you!"
},
{
"bot" : "End of test dialog"
},
{
"user" : "hi"
},
{
"bot" : "Test dialog welcomes you!"
},
{
"bot" : "TestB wialog welcomes you!"
},
{
"bot" : "End of test dialog"
}
];