mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
* UPDATE .eslintrc * UPDATE lint task * FIX lint errors * CLEANUP * FIX no-eq-null warning * FIX many jsdoc warnings * FIX jsdoc issues * FIX jsdoc warnings * FIX jsdoc * FIX eqeq and no-eq-null * ADD lint to travis * UPDATE test env for eslint
10 lines
230 B
JavaScript
10 lines
230 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
|
|
})
|
|
})
|