]> git.ipfire.org Git - thirdparty/vuejs/router.git/commit
feat(warn): warn when routes are not found (#279)
authorCarlos Rodrigues <carlos@hypermob.co.uk>
Fri, 29 May 2020 21:08:07 +0000 (22:08 +0100)
committerGitHub <noreply@github.com>
Fri, 29 May 2020 21:08:07 +0000 (23:08 +0200)
commitd125356e0f67f906f5f602f0b485f9e1e4f5bf51
treef8ff845f481e072a4d9fe1e28c0cdc373673a7e3
parentbcbd8d97e0625592416f78b2cfca9875c377d791
feat(warn): warn when routes are not found (#279)

* test: add test for route not matched

* test: fix tests

* Apply suggestions from code review

Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
* chore: code review suggestion

* chore: remove route for '//not-valid' to prevent future confusion

Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
__tests__/warnings.spec.ts
src/router.ts