diff options
author | 2021-04-06 20:15:14 +0000 | |
---|---|---|
committer | 2021-04-06 20:15:14 +0000 | |
commit | 3adb9ea87c542eaf7bc7886a9007edc1697fe462 (patch) | |
tree | 0d51c472e163fad802d9062c7fcf359e5f2d09f5 /test/astro-expr.test.js | |
parent | 72d9ece6db9cd57c865108b5fad43cbd5728e204 (diff) | |
download | astro-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.js | 2 |
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); }); |