Skip to content

Commit

Permalink
Merge pull request #249 from kinde-oss/test/migrate-to-vitest
Browse files Browse the repository at this point in the history
test: migrate to vitest
  • Loading branch information
DanielRivers authored Nov 27, 2024
2 parents c35783a + 2c664bd commit f3093e3
Show file tree
Hide file tree
Showing 11 changed files with 4,062 additions and 7,415 deletions.
6 changes: 0 additions & 6 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,10 @@
"browser": true,
"es2021": true
},
"globals": {
"window": true,
"module": true,
"jest": true
},
"extends": ["eslint:recommended", "prettier"],
"parserOptions": {
"ecmaVersion": 13,
"sourceType": "module"
},
"plugins": ["jest"],
"rules": {}
}
Loading

0 comments on commit f3093e3

Please sign in to comment.