@gooddata/js-utils
Advanced tools
Comparing version 0.6.3-petrjanu-postmessage-2017-07-04T08-08-34-616Z to 0.6.3-petrjanu-postmessage-2017-07-04T11-21-42-530Z
{ | ||
"name": "@gooddata/js-utils", | ||
"version": "0.6.3-petrjanu-postmessage-2017-07-04T08-08-34-616Z", | ||
"version": "0.6.3-petrjanu-postmessage-2017-07-04T11-21-42-530Z", | ||
"description": "Various utils shared on GoodData frontend", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -1,5 +0,4 @@ | ||
import {setHost, postEvent} from '../post-events'; | ||
import { setHost, postEvent } from '../post-events'; | ||
describe('Post events', () => { | ||
it('should call postEvent on host', () => { | ||
@@ -6,0 +5,0 @@ const host = { postMessage: jest.fn() }; |
33483