Skip to content

Commit f83885a

Browse files
committed
fix: 移除部分测试数据
1 parent e352301 commit f83885a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/global/getObjVal.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ function getObjVal(object, path) {
2424
}
2525
return result;
2626
}
27-
getObjVal({ 'a': { 'b': { 'c': 3 } } }, "a.b.c")
2827

2928
export default getObjVal;

src/global/lotteryRandom.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@
2525
}
2626
return null;
2727
}
28-
lotteryRandom([1, 2, 3], [0.5, 0.35, 0.15])
2928
export default lotteryRandom;

0 commit comments

Comments
 (0)