Skip to content

Commit

Permalink
fix(algolia): warn when an attribute cannot be highlighted
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Sep 22, 2020
1 parent 618647f commit ce43e83
Show file tree
Hide file tree
Showing 19 changed files with 884 additions and 467 deletions.
5 changes: 4 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

module.exports = {
rootDir: process.cwd(),
setupFilesAfterEnv: ['@testing-library/jest-dom/extend-expect'],
setupFilesAfterEnv: [
'@testing-library/jest-dom/extend-expect',
'./scripts/jest/setupTests.ts',
],
testPathIgnorePatterns: ['node_modules/', 'dist/', 'cypress/'],
watchPlugins: [
'jest-watch-typeahead/filename',
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
"@testing-library/jest-dom": "5.11.4",
"@testing-library/preact": "2.0.0",
"@testing-library/user-event": "12.1.3",
"@types/jest": "^26.0.14",
"@types/jest-diff": "^24.3.0",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@typescript-eslint/eslint-plugin": "2.19.0",
Expand All @@ -56,12 +58,13 @@
"eslint-plugin-cypress": "2.11.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jest": "23.20.0",
"eslint-plugin-jest": "24.0.2",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.20.6",
"eslint-plugin-react-hooks": "2.3.0",
"jest": "26.4.2",
"jest-watch-typeahead": "0.6.0",
"jest-diff": "26.4.2",
"jest-watch-typeahead": "0.6.1",
"lerna": "3.22.1",
"prettier": "2.1.1",
"react": "16.13.1",
Expand Down

0 comments on commit ce43e83

Please sign in to comment.