Skip to content

Commit

Permalink
🎨 优化全量测试异常处理
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkioTomas committed Apr 13, 2024
1 parent 62f4ab0 commit fabb3f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tests/appRule.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ test("App规则调用校验", () => {
function print(callbackResult) {
expect(callbackResult).toEqual(result )
}
console.log("测试规则: "+name)
try{
eval(ruleJS)
}catch (e) {
Expand Down

0 comments on commit fabb3f0

Please sign in to comment.