mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 12:48:52 +00:00
Unpend preening test
This commit is contained in:
parent
f306ee6d1d
commit
0f5f80f910
2 changed files with 2 additions and 2 deletions
|
|
@ -116,7 +116,7 @@
|
|||
"rewire": "^2.3.3",
|
||||
"rimraf": "^2.2.8",
|
||||
"shelljs": "^0.4.0",
|
||||
"sinon": "^1.12.2",
|
||||
"sinon": "1.15.4",
|
||||
"sinon-chai": "^2.7.0",
|
||||
"superagent": "~0.15.7",
|
||||
"superagent-defaults": "~0.1.5",
|
||||
|
|
|
|||
|
|
@ -656,7 +656,7 @@ describe 'Cron', ->
|
|||
afterTasks = after.habits.concat(after.dailys).concat(after.todos).concat(after.rewards)
|
||||
expect(beforeTasks).to.eql afterTasks
|
||||
|
||||
xdescribe 'preening', ->
|
||||
describe 'preening', ->
|
||||
beforeEach ->
|
||||
@clock = sinon.useFakeTimers(Date.parse("2013-11-20"), "Date")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue