mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
fix common tests
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user