summaryrefslogtreecommitdiff
path: root/test/react-component.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/react-component.test.js')
-rw-r--r--test/react-component.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/react-component.test.js b/test/react-component.test.js
index d901c62b0..df57fa7c6 100644
--- a/test/react-component.test.js
+++ b/test/react-component.test.js
@@ -32,7 +32,7 @@ React('No error creating the runtime', () => {
assert.equal(setupError, undefined);
});
-React('Can load hmx page', async () => {
+React('Can load page', async () => {
const result = await runtime.load('/');
assert.equal(result.statusCode, 200);