const { init } = require('../_helper') describe('router', function () { it('TODO: trigger to load another page', async function () { await init() window.location = '/?foo=bar' // TODO: add some expectations }) })