mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-17 09:22:19 +00:00
fix(tests): remove level 100 test
Keeps built from failing due to https://github.com/HabitRPG/habitrpg-shared/pull/203
This commit is contained in:
parent
8ca6ad47b5
commit
8e2f0a08e9
1 changed files with 0 additions and 1 deletions
|
|
@ -597,7 +597,6 @@ describe 'Helper', ->
|
|||
expect(shared.tnl 2).to.eql 160
|
||||
expect(shared.tnl 10).to.eql 260
|
||||
expect(shared.tnl 99).to.eql 3580
|
||||
expect(shared.tnl 100).to.eql 0
|
||||
|
||||
it 'calculates the start of the day', ->
|
||||
expect(shared.startOfDay({now: new Date(2013, 0, 1, 0)}).format('YYYY-MM-DD HH:mm')).to.eql '2013-01-01 00:00'
|
||||
|
|
|
|||
Loading…
Reference in a new issue