From f65e02d2b87f57f301abfb68f662d0b0599e4da5 Mon Sep 17 00:00:00 2001 From: Hugo Date: Tue, 5 May 2020 11:32:40 +0100 Subject: [PATCH] fix(quick-start-example) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57ade4b..a737910 100644 --- a/README.md +++ b/README.md @@ -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 = `
+ const componentHtml = `
` const component = render(componentHtml);