mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -05:00
Disabled outdated router test
This commit is contained in:
parent
128c0b3ba3
commit
08805b6470
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
describe 'Router', ->
|
||||
Router = require 'lib/Router'
|
||||
it 'caches the home view', ->
|
||||
xit 'caches the home view', ->
|
||||
router = new Router()
|
||||
router.openRoute('home')
|
||||
#currentView doesn't exist
|
||||
expect(router.cache['home']).toBe(router.currentView)
|
||||
home = router.currentView
|
||||
router.openRoute('home')
|
||||
|
|
Loading…
Reference in a new issue