UNPKG

xo-bus

Version:
12 lines (9 loc) 287 B
import 'expect-puppeteer' describe('Google', () => { beforeAll(async () => { await page.goto('http://localhost:4444/example/index.html') }) it('should display "google" text on page', async () => { await expect(page).toMatch('Cross origin Channel messaging demo') }) })