Remove unused declarations from CocoModel.spec.coffee
This commit is contained in:
parent
fc800935aa
commit
3fb8d8067a
1 changed files with 1 additions and 4 deletions
|
@ -110,9 +110,6 @@ describe 'CocoModel', ->
|
||||||
expect(request).toBeUndefined()
|
expect(request).toBeUndefined()
|
||||||
|
|
||||||
xdescribe 'Achievement polling', ->
|
xdescribe 'Achievement polling', ->
|
||||||
NewAchievementCollection = require 'collections/NewAchievementCollection'
|
|
||||||
EarnedAchievement = require 'models/EarnedAchievement'
|
|
||||||
|
|
||||||
# TODO: Figure out how to do debounce in tests so that this test doesn't need to use keepDoingUntil
|
# TODO: Figure out how to do debounce in tests so that this test doesn't need to use keepDoingUntil
|
||||||
|
|
||||||
it 'achievements are polled upon saving a model', (done) ->
|
it 'achievements are polled upon saving a model', (done) ->
|
||||||
|
@ -173,4 +170,4 @@ describe 'CocoModel', ->
|
||||||
})
|
})
|
||||||
|
|
||||||
m.updateI18NCoverage()
|
m.updateI18NCoverage()
|
||||||
expect(JSON.stringify(m.get('i18nCoverage'))).toBe('["es"]')
|
expect(JSON.stringify(m.get('i18nCoverage'))).toBe('["es"]')
|
||||||
|
|
Reference in a new issue