From 6c48ad2038945dcb9856001f65850f48167ecd18 Mon Sep 17 00:00:00 2001 From: Clark Du Date: Mon, 19 Mar 2018 10:14:26 +0800 Subject: [PATCH] test: fix syntax error --- test/error.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/error.test.js b/test/error.test.js index bf7bc4c9c7..bdf9d5c2d1 100644 --- a/test/error.test.js +++ b/test/error.test.js @@ -32,6 +32,7 @@ describe('error', () => { await expect(nuxt.renderAndGetWindow(url('/'))).rejects.toMatchObject({ statusCode: 500 }) + }) test('Error: resolvePath()', async () => { expect(() => nuxt.resolvePath()).toThrowError(TypeError)