mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
correctly stub methods and test errors
This commit is contained in:
@@ -107,7 +107,18 @@ api.ops = {
|
||||
sleep,
|
||||
allocate,
|
||||
};
|
||||
api.fns = {};
|
||||
|
||||
import handleTwoHanded from './fns/handleTwoHanded';
|
||||
import predictableRandom from './fns/predictableRandom';
|
||||
import randomVal from './fns/randomVal';
|
||||
import ultimateGear from './fns/ultimateGear';
|
||||
|
||||
api.fns = {
|
||||
handleTwoHanded,
|
||||
predictableRandom,
|
||||
randomVal,
|
||||
ultimateGear,
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user