Skip to content

Commit

Permalink
chore: migrate to vitest from mocha/chai
Browse files Browse the repository at this point in the history
  • Loading branch information
fratzinger committed Jan 16, 2024
1 parent 15ddaa6 commit 3e67c16
Show file tree
Hide file tree
Showing 95 changed files with 3,793 additions and 2,070 deletions.
17 changes: 7 additions & 10 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,26 +1,23 @@
{
"root": true,
"env": {
"browser": true,
"es6": true,
"mocha": true,
"node": true
},
"extends": [
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking",
"plugin:prettier/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "tsconfig.test.json",
"sourceType": "module"
"project": ["./tsconfig.json"]
},
"plugins": [
"eslint-plugin-import",
"eslint-plugin-prefer-arrow",
"@typescript-eslint",
"prettier"
],
"extends": [
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking",
"plugin:prettier/recommended"
],
"rules": {
// "indent": ["warn", 2],
"prefer-rest-params": "off",
Expand Down
12 changes: 0 additions & 12 deletions .mocharc.js

This file was deleted.

Loading

0 comments on commit 3e67c16

Please sign in to comment.