summaryrefslogtreecommitdiff
path: root/test/astro-expr.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/astro-expr.test.js')
-rw-r--r--test/astro-expr.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/astro-expr.test.js b/test/astro-expr.test.js
index c9aa414dd..9c73d719f 100644
--- a/test/astro-expr.test.js
+++ b/test/astro-expr.test.js
@@ -10,7 +10,7 @@ setup(Expressions, './fixtures/astro-expr');
Expressions('Can load page', async ({ runtime }) => {
const result = await runtime.load('/');
- console.log(result)
+ console.log(result);
assert.equal(result.statusCode, 200);
console.log(result.contents);
});