mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix(test): Remove only
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user