From 66725a561c501a413f55f580e502483ed06addc8 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Fri, 20 Nov 2015 13:39:54 -0500 Subject: [PATCH] fix(test): Remove only --- test/common/statHelpers.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;