summaryrefslogtreecommitdiff
path: root/test/astro-expr.test.js
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2021-04-06 20:15:14 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-04-06 20:15:14 +0000
commit3adb9ea87c542eaf7bc7886a9007edc1697fe462 (patch)
tree0d51c472e163fad802d9062c7fcf359e5f2d09f5 /test/astro-expr.test.js
parent72d9ece6db9cd57c865108b5fad43cbd5728e204 (diff)
downloadastro-3adb9ea87c542eaf7bc7886a9007edc1697fe462.tar.gz
astro-3adb9ea87c542eaf7bc7886a9007edc1697fe462.tar.zst
astro-3adb9ea87c542eaf7bc7886a9007edc1697fe462.zip
[ci] npm run format
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);
});