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

Commit c1afad4

Browse files
authored
fix(ava): no tests found in test/ava.setup.js (#426)
1 parent 800cdb5 commit c1afad4

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

template/frameworks/ava/ava.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = () => {
22
return {
3-
require: ['./test/ava.setup.js'],
3+
require: ['./test/helpers/ava.setup.js'],
44
ignoredByWatcher: ['!**/*.{js,vue}'],
55
babel: true,
66
tap: true,

test/snapshots/index.test.js.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2254,8 +2254,8 @@ Generated by [AVA](https://avajs.dev).
22542254
'static/README.md',
22552255
'static/favicon.ico',
22562256
'store/README.md',
2257-
'test/ava.setup.js',
2258-
'test/e2e/index.js',
2257+
'test/e2e/index.spec.js',
2258+
'test/helpers/ava.setup.js',
22592259
'test/specs/Logo.spec.js',
22602260
]
22612261

test/snapshots/index.test.js.snap

-65 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)