Closed stephane closed 11 months ago
Svelvet uses unconventional naming for tests that requires testMatch rule to be set.
BTW I think it will better to rename tests/e2e-tests to tests/e2e and to rename anchor\test.ts to anchor.spec.ts to avoid useless directory and testMatch.
tests/e2e-tests
tests/e2e
anchor\test.ts
testMatch
Svelvet uses unconventional naming for tests that requires testMatch rule to be set.
BTW I think it will better to rename
tests/e2e-tests
totests/e2e
and to renameanchor\test.ts
to anchor.spec.ts to avoid useless directory andtestMatch
.