Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit f77d6bd

Browse files
fix: eslint issue with ava (#595)
1 parent b00e836 commit f77d6bd

File tree

1 file changed

+1
-1
lines changed
  • packages/cna-template/template/frameworks/ava/test/e2e

1 file changed

+1
-1
lines changed

packages/cna-template/template/frameworks/ava/test/e2e/index.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ test('Route / exits and render HTML', async (t) => {
2424
})
2525

2626
// Close server and ask nuxt to stop listening to file changes
27-
test.after('Closing server and nuxt.js', (t) => {
27+
test.after('Closing server and nuxt.js', () => {
2828
nuxt.close()
2929
})

0 commit comments

Comments
 (0)