Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed Dec 13, 2023
1 parent 974e194 commit 20128a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/parser/src/tests/parser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ describe('Parser', () => {
expect(parsed.components[0].props[0]).toMatchObject({
type: 'ComponentProp',
name: 'value',
identifier: true,
bindable: true,
});
});
});

1 comment on commit 20128a2

@vercel
Copy link

@vercel vercel bot commented on 20128a2 Dec 13, 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 – ./

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

Please sign in to comment.