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 4d927de commit f604e84
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 f604e84

Please sign in to comment.