Skip to content

Commit

Permalink
initial tests setup for react
Browse files Browse the repository at this point in the history
  • Loading branch information
aiste-tamo committed Oct 27, 2023
1 parent 8a8f8d3 commit c6fe45b
Show file tree
Hide file tree
Showing 3 changed files with 606 additions and 2 deletions.
95 changes: 95 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,18 @@
"@graphql-codegen/typescript": "4.0.1",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.3",
"@types/react-dom": "^18.2.14",
"dts-bundle-generator": "^8.0.1",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"liquidjs": "^10.8.4",
"make-coverage-badge": "^1.2.0",
"microbundle": "^0.15.1",
"prettier": "^3.0.2",
"react": "^18.2.0",
"ts-jest": "^29.1.1",
"typedoc": "^0.24.8",
"typescript": "^5.1.6"
Expand All @@ -106,7 +109,9 @@
"schema": "https://search.nosto.com/v1/graphql",
"generates": {
"src/api/search/generated.ts": {
"plugins": ["typescript"],
"plugins": [
"typescript"
],
"config": {
"enumsAsTypes": true,
"defaultScalarType": "unknown",
Expand All @@ -117,4 +122,4 @@
}
}
}
}
}
Loading

0 comments on commit c6fe45b

Please sign in to comment.