summaryrefslogtreecommitdiff
path: root/packages/astro/test/react-component.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro/test/react-component.test.js')
-rw-r--r--packages/astro/test/react-component.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/test/react-component.test.js b/packages/astro/test/react-component.test.js
index b5e01e638..ac80b3b6d 100644
--- a/packages/astro/test/react-component.test.js
+++ b/packages/astro/test/react-component.test.js
@@ -51,7 +51,7 @@ React('Includes reactroot on hydrating components', async () => {
const div = $('#research');
assert.equal(div.attr('data-reactroot'), '', 'Has the hydration attr');
assert.equal(div.html(), 'foo bar <!-- -->1');
-})
+});
React('Throws helpful error message on window SSR', async () => {
const result = await runtime.load('/window');