Merge branch 'kamranahmedse:master' into master

pull/981/head
Aroyan 3 years ago committed by GitHub
commit e5e150c4f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      content/roadmaps/100-frontend/content/115-testing-your-apps/readme.md
  2. 763
      package-lock.json
  3. 4
      package.json

@ -1 +1,7 @@
# Testing your apps # Testing your apps
Before delivering your application to users, you need to be sure that your app meets the requirements it was designed for, and that it doesn't do any weird, unintended things (called 'bugs'). To accomplish this, we 'test' our applications in different ways.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.softwaretestingmaterial.com/software-testing/'>A comprehensive dive into software testing.</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.atlassian.com/continuous-delivery/software-testing/types-of-software-testing'>The different types of software tests</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://jestjs.io/docs/tutorial-react'>Testing React apps with Jest</BadgeLink>

763
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -19,14 +19,14 @@
}, },
"dependencies": { "dependencies": {
"@chakra-ui/icons": "^1.1.1", "@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.7.3", "@chakra-ui/react": "^1.7.4",
"@emotion/react": "^11.7.1", "@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0", "@emotion/styled": "^11.6.0",
"@mapbox/rehype-prism": "^0.8.0", "@mapbox/rehype-prism": "^0.8.0",
"@mdx-js/loader": "^1.6.22", "@mdx-js/loader": "^1.6.22",
"@next/mdx": "^12.0.7", "@next/mdx": "^12.0.7",
"@svgr/webpack": "^6.1.2", "@svgr/webpack": "^6.1.2",
"date-fns": "^2.27.0", "date-fns": "^2.28.0",
"focus-visible": "^5.2.0", "focus-visible": "^5.2.0",
"framer-motion": "^5.5.5", "framer-motion": "^5.5.5",
"next": "^12.0.7", "next": "^12.0.7",

Loading…
Cancel
Save