We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0fe302 commit 685606cCopy full SHA for 685606c
package.json
@@ -17,7 +17,7 @@
17
},
18
"dependencies": {
19
"@elastic.io/component-commons-library": "0.0.6",
20
- "chai": "^4.2.0",
+ "chai": "4.2.0",
21
"elasticio-node": "0.0.8",
22
"elasticio-sailor-nodejs": "2.5.1",
23
"mocha": "6.2.2",
spec/createPet.spec.js
@@ -14,6 +14,7 @@ const msg = {
14
15
};
16
+// we use sinon to mock functions such as `emit`, which come from sailor when the code is loaded onto the platform
const self = {
emit: sinon.spy(),
0 commit comments