diff --git a/test/common/statHelpers.test.js b/test/common/statHelpers.test.js index 1a18d4d86e..a10a1ad714 100644 --- a/test/common/statHelpers.test.js +++ b/test/common/statHelpers.test.js @@ -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;