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 2320a1d commit 593a729Copy full SHA for 593a729
spec/code.spec.js
@@ -93,7 +93,6 @@ describe('code test', () => {
93
expect(emitter.emit.calledWith('end')).equal(true);
94
});
95
96
-
97
it('Processes hello code emitting', async () => {
98
code = 'function run(message) {'
99
+ "this.emit('data', messages.newMessageWithBody({message: 'hello world'}));"
0 commit comments