Skip to content

Commit 4ed7f55

Browse files
authored
Merge pull request #59 from segmentio/fix-test
Fix test that verifies invoke error behaviour.
2 parents 39b439b + 118ba28 commit 4ed7f55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/index.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ describe('integration', function() {
293293
});
294294

295295
it('should catch errors when it calls', function() {
296+
integration.emit('ready');
296297
integration.initialize();
297298
integration.invoke('page', 'name');
298299
});

0 commit comments

Comments
 (0)