Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
salano-ym committed Apr 25, 2024
1 parent c7a5a04 commit 492f6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2925,7 +2925,7 @@ describe('primitive props', () => {
]));
});

test.concurrent('every', async () => {
test.concurrent('every', async () => {
const res = await exe(`
let arr1 = [0, 1, 2, 3]
let res1 = arr1.every(@(v,i){v==0 || i > 0})
Expand Down

0 comments on commit 492f6b8

Please sign in to comment.