Skip to content

Commit

Permalink
Add exec test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jun 9, 2021
1 parent 0d05e35 commit cd73f2e
Showing 1 changed file with 2 additions and 0 deletions.
@@ -0,0 +1,2 @@
let arr = ['a', ...['b',,'c']];
expect(2 in arr).toBe(true);

0 comments on commit cd73f2e

Please sign in to comment.