[tests][m]-add-tests-for-all-pages

This commit is contained in:
Gift Egwuenu
2020-06-03 15:53:21 +01:00
parent dab0865368
commit aea6b830e5
12 changed files with 1039 additions and 32 deletions

View File

@@ -6,7 +6,9 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest --watch"
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"next": "9.4.2",
@@ -16,6 +18,7 @@
"devDependencies": {
"@testing-library/jest-dom": "^5.8.0",
"@testing-library/react": "^10.0.4",
"@types/jest": "^25.2.3",
"@types/react": "^16.9.35",
"babel-jest": "^26.0.1",
"jest": "^26.0.1",