Add Jest and @nrwl/jest

master
Kevin C. Coram 2019-08-19 21:19:18 -04:00
parent 2823996f00
commit 7ff06a275f
Signed by: kevin
GPG Key ID: 0342351B3D61AD35
2 changed files with 4044 additions and 4 deletions

4038
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
"nx": "nx",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"test": "jest",
"lint": "nx workspace-lint && ng lint",
"e2e": "ng e2e",
"affected:apps": "nx affected:apps",
@ -31,13 +31,15 @@
"dependencies": {},
"devDependencies": {
"@angular/cli": "8.1.1",
"@nrwl/jest": "^8.4.12",
"@nrwl/workspace": "8.4.12",
"@types/node": "~8.9.4",
"dotenv": "6.2.0",
"eslint": "6.1.0",
"jest": "^24.9.0",
"prettier": "1.16.4",
"ts-node": "~7.0.0",
"tslint": "~5.11.0",
"eslint": "6.1.0",
"typescript": "~3.4.5",
"prettier": "1.16.4"
"typescript": "~3.4.5"
}
}