Skip to content

Commit

Permalink
move test & use istanbul
Browse files Browse the repository at this point in the history
  • Loading branch information
scandar committed Nov 11, 2024
1 parent dd1c089 commit 4be9381
Show file tree
Hide file tree
Showing 9 changed files with 398 additions and 33 deletions.
7 changes: 6 additions & 1 deletion .github/linters/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ export default [
'coverage',
'lib',
'**/*.json',
'.github/linters/eslint.config.mjs'
'eslint.config.mjs',
'vitest.config.mjs',
'dist/**/*.ts',
'dist/**',
'**/*.mjs',
'**/*.js'
]
},
...compat.extends(
Expand Down
4 changes: 1 addition & 3 deletions .github/linters/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"noEmit": true
},
"include": ["../../__tests__/**/*", "../../src/**/*"],
"exclude": ["../../dist", "../../node_modules", "../../coverage", "*.json"]
}
}
Loading

0 comments on commit 4be9381

Please sign in to comment.