Skip to content

Commit

Permalink
test: ✅ improve test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jul 20, 2022
1 parent b85a4b8 commit bfe4f9f
Show file tree
Hide file tree
Showing 5 changed files with 216 additions and 168 deletions.
9 changes: 3 additions & 6 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@
"es2021": true,
"jest": true
},
"globals": {
},
"extends": [
"eslint:recommended"
],
"globals": {},
"extends": ["eslint:recommended"],
"overrides": [
{
"files": ["**/*.ts", "**/*.tsx"],
Expand Down Expand Up @@ -113,7 +110,7 @@
"lines-between-class-members": [
"error",
"always",
{
{
"exceptAfterSingleLine": true
}
],
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"homepage": "https://github.com/thkruz/ootk",
"directories": {
"lib": "lib",
"src": "src",
"test": "test",
"wasm": "asc/build"
}
Expand Down
Loading

0 comments on commit bfe4f9f

Please sign in to comment.