refactor: move randomVal to a lib

This commit is contained in:
Blade Barringer
2016-09-26 08:14:18 -05:00
parent 331993c1df
commit 913cb16638
9 changed files with 13 additions and 15 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
import randomVal from '../../../website/common/script/fns/randomVal';
import randomVal from '../../../website/common/script/libs/randomVal';
import {
generateUser,
} from '../../helpers/common.helper';
describe('shared.fns.randomVal', () => {
describe('randomVal', () => {
let obj;
beforeEach(() => {