Skip to content

Commit

Permalink
Remove all jest refs
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrttn committed Oct 31, 2023
1 parent 3882f67 commit 7a1a32d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module.exports = {
parser: '@typescript-eslint/parser',
plugins: [
'@babel/eslint-plugin',
'jest',
'node',
'prefer-import',
'promise',
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ While the world _can_ consume the modules, this is mostly to make life easier fo

## Rules

- Bundle a Jest test with your function
- Bundle a test with your function
- Pure functions only please

## Examples
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"sourceMap": true,
"skipLibCheck": true,
"lib": ["es6"],
"types": ["node", "jest"]
"types": ["node"]
},
"exclude": ["node_modules", "**/*.test.ts"]
}

0 comments on commit 7a1a32d

Please sign in to comment.