Skip to content

Commit 92e8411

Browse files
committed
➕ add faker js
1 parent 7421dcb commit 92e8411

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

package-lock.json

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"build": "ng build",
88
"watch": "ng build --watch --configuration development",
99
"test": "ng test",
10+
"test:cov": "npm run test -- --no-watch --code-coverage --browsers=ChromeHeadlessCI",
1011
"lint": "ng lint",
1112
"lint:fix": "npx eslint src/**/*.{js,jsx,ts,tsx,html} --quiet --fix",
1213
"prepare": "npx husky install"
@@ -35,6 +36,7 @@
3536
"@angular-eslint/template-parser": "13.5.0",
3637
"@angular/cli": "~13.2.2",
3738
"@angular/compiler-cli": "~13.2.0",
39+
"@faker-js/faker": "^7.6.0",
3840
"@types/jasmine": "~3.10.0",
3941
"@types/node": "^12.11.1",
4042
"@typescript-eslint/eslint-plugin": "5.27.1",

0 commit comments

Comments
 (0)