Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed Jul 6, 2023
1 parent 5f03762 commit 55dcdb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/parser/src/tests/stringifier.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ describe('Stringifier', () => {
children: [],
each: t.elementEach({
iterator: t.identifier({ name: 'posts' }),
alias: t.identifier({ name: 'post' }),
index: t.identifier({ name: 'i' }),
alias: t.elementEachAlias({ name: 'post' }),
index: t.elementEachIndex({ name: 'i' }),
}),
})
)
Expand All @@ -92,7 +92,7 @@ describe('Stringifier', () => {
children: [],
each: t.elementEach({
iterator: t.identifier({ name: 'posts' }),
alias: t.identifier({ name: 'post' }),
alias: t.elementEachAlias({ name: 'post' }),
}),
})
)
Expand Down

1 comment on commit 55dcdb1

@vercel
Copy link

@vercel vercel bot commented on 55dcdb1 Jul 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

reka – ./

rekajs.vercel.app
reka-git-main-prevwong.vercel.app
reka-prevwong.vercel.app
reka.js.org

Please sign in to comment.