wingbot 3.40.0 → 3.40.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/Tester.js +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wingbot",
3
- "version": "3.40.0",
3
+ "version": "3.40.1",
4
4
  "description": "Enterprise Messaging Bot Conversation Engine",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/Tester.js CHANGED
@@ -121,7 +121,9 @@ class Tester {
121
121
  /**
122
122
  * @prop {object} predefined test data to use
123
123
  */
124
- this.testData = {};
124
+ this.testData = {
125
+ automatedTesting: true
126
+ };
125
127
 
126
128
  /**
127
129
  * @prop {boolean} allow tester to process empty responses