Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
fix(quick-start-example)
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoDF authored May 5, 2020
1 parent 305e8bb commit f65e02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Here's an example to render a simple Alpine.js component using Jest/Jasmine synt
import {render} from 'alpine-test-utils';

test('test foo component', () => {
const componentHtml = `<div x-data="{foo: 'hello'}">
const componentHtml = `<div x-data="{foo: 'bar'}">
<span x-text="foo"></span>
</div>`
const component = render(componentHtml);
Expand Down

0 comments on commit f65e02d

Please sign in to comment.