From 3f4692702229404ca4582e8136df699a24fa92f5 Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni Date: Fri, 28 Aug 2020 18:12:26 +0530 Subject: [PATCH] style: update code to fix lint error --- .../cna-template/template/frameworks/ava/test/e2e/index.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cna-template/template/frameworks/ava/test/e2e/index.spec.js b/packages/cna-template/template/frameworks/ava/test/e2e/index.spec.js index 7d0ac1428..01d599325 100644 --- a/packages/cna-template/template/frameworks/ava/test/e2e/index.spec.js +++ b/packages/cna-template/template/frameworks/ava/test/e2e/index.spec.js @@ -24,6 +24,6 @@ test('Route / exits and render HTML', async (t) => { }) // Close server and ask nuxt to stop listening to file changes -test.after('Closing server and nuxt.js', (t) => { +test.after('Closing server and nuxt.js', () => { nuxt.close() })