Skip to content

Commit

Permalink
feat: 编写测试
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicHacker committed Aug 19, 2020
1 parent 662d811 commit 633b08d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/for-direction/error.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/**
* 方向错误的for循环
*/
for (var i = 0; i < 10; i--) {}

0 comments on commit 633b08d

Please sign in to comment.