Skip to content
This repository was archived by the owner on Apr 26, 2022. It is now read-only.

Commit 10ce7af

Browse files
authored
Merge pull request #218 from plopjs/vitest
Migrate tests from Ava to Vitest
2 parents 8ccbb7f + 21348eb commit 10ce7af

File tree

165 files changed

+11825
-4637
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+11825
-4637
lines changed

.eslintrc.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ const ts = {
2121
module.exports = {
2222
env: {
2323
es6: true,
24-
node: true
24+
node: true,
25+
jest: true
2526
},
2627
extends: 'eslint:recommended',
2728
parserOptions: {

0 commit comments

Comments
 (0)