Anix 75c72e917b
chore: added new linter config (#1028)
* chore: added new linter config

* chore: linting fixes

* chore: refactore in linting config and minor linting fixes
2020-02-20 14:01:04 +05:30

10 lines
233 B
JavaScript

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
});
});