fix(test): Remove only

This commit is contained in:
Sabe Jones
2015-11-20 13:39:54 -05:00
parent e5d3e7bc83
commit 66725a561c

View File

@@ -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;