fix common tests

This commit is contained in:
Matteo Pagliazzi
2019-10-03 16:27:44 +02:00
parent 5b406ba70f
commit 17c7a2bad1
12 changed files with 989 additions and 837 deletions

View File

@@ -1,10 +1,12 @@
import {
import api from '../../website/common/script/index';
const {
maxHealth,
maxLevel,
capByLevel,
tnl,
diminishingReturns,
} from '../../website/common/script/index';
} = api;
describe('helper functions used in stat calculations', () => {
describe('maxHealth', () => {