Skip to content

Commit

Permalink
test: refactor tests, remove mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed May 27, 2024
1 parent 11d8d72 commit 8f15e57
Show file tree
Hide file tree
Showing 8 changed files with 184 additions and 2,068 deletions.
8 changes: 3 additions & 5 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"parserOptions": {
"ecmaVersion": 2021,
"ecmaVersion": 2022,
"project": ["./tsconfig.json"]
},
"extends": [
"@myrotvorets/myrotvorets-ts",
"plugin:mocha/recommended"
"@myrotvorets/myrotvorets-ts"
],
"env": {
"node": true,
"mocha": true
"node": true
}
}
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Check out source
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: Set up Node.js environment
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
Expand Down
8 changes: 0 additions & 8 deletions .mocharc.js

This file was deleted.

1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
tag-version-prefix=
sign-git-tag=true
Loading

0 comments on commit 8f15e57

Please sign in to comment.