Skip to content

Commit

Permalink
test: convert tests to use vitest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Dec 12, 2022
1 parent b7ff644 commit c7ac659
Show file tree
Hide file tree
Showing 7 changed files with 7,343 additions and 12,518 deletions.
7 changes: 3 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"plugins": ["jest", "@typescript-eslint"],
"plugins": ["@typescript-eslint"],
"extends": ["plugin:github/recommended", "prettier"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
Expand All @@ -11,12 +11,11 @@
"coverage",
"dist",
"esbuild.config.mjs",
"jest.config.ts"
"vite.config.ts"
],
"env": {
"node": true,
"es6": true,
"jest/globals": true
"es6": true
},
"rules": {
"@typescript-eslint/await-thenable": "warn",
Expand Down
20 changes: 0 additions & 20 deletions jest.config.ts

This file was deleted.

Loading

0 comments on commit c7ac659

Please sign in to comment.