mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
fix(test): Remove only
This commit is contained in:
parent
e5d3e7bc83
commit
66725a561c
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import {
|
|||
diminishingReturns,
|
||||
} from '../../common/script/index';
|
||||
|
||||
describe.only('helper functions used in stat calculations', () => {
|
||||
describe('helper functions used in stat calculations', () => {
|
||||
describe('maxHealth', () => {
|
||||
it('provides a maximum Health value', () => {
|
||||
const HEALTH_CAP = 50;
|
||||
|
|
|
|||
Loading…
Reference in a new issue