Skip to content

Commit

Permalink
fix: eslint issue with ava (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Sep 8, 2020
1 parent b00e836 commit f77d6bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
})

0 comments on commit f77d6bd

Please sign in to comment.