chore: cleanup old jest references (#7198)

This commit is contained in:
Jason Rasmussen
2024-02-19 08:54:41 -05:00
committed by GitHub
parent a8f177066b
commit c50d318152
3 changed files with 2 additions and 6 deletions

View File

@@ -10,7 +10,6 @@ module.exports = {
root: true,
env: {
node: true,
jest: true,
},
ignorePatterns: ['.eslintrc.js'],
rules: {

View File

@@ -1,3 +0,0 @@
// add all jest-extended matchers
import * as matchers from 'jest-extended';
expect.extend(matchers);