remove badge after setBadgeCount test finishes
This commit is contained in:
parent
45d9cc6405
commit
156d823b7f
1 changed files with 1 additions and 0 deletions
|
@ -285,6 +285,7 @@ describe('app module', function () {
|
||||||
it('should set a badge count', function () {
|
it('should set a badge count', function () {
|
||||||
app.setBadgeCount(42)
|
app.setBadgeCount(42)
|
||||||
assert.equal(app.getBadgeCount(), shouldFail ? 0 : 42)
|
assert.equal(app.getBadgeCount(), shouldFail ? 0 : 42)
|
||||||
|
app.setBadgeCount(0)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue