mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
fix(test): Remove only
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
|||||||
diminishingReturns,
|
diminishingReturns,
|
||||||
} from '../../common/script/index';
|
} from '../../common/script/index';
|
||||||
|
|
||||||
describe.only('helper functions used in stat calculations', () => {
|
describe('helper functions used in stat calculations', () => {
|
||||||
describe('maxHealth', () => {
|
describe('maxHealth', () => {
|
||||||
it('provides a maximum Health value', () => {
|
it('provides a maximum Health value', () => {
|
||||||
const HEALTH_CAP = 50;
|
const HEALTH_CAP = 50;
|
||||||
|
|||||||
Reference in New Issue
Block a user