You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(testing): update to jest-preset-angular v8.0.0 (nrwl#2401)
* feat(testing): update to jest-preset-angular v8.0.0 part 1
Updates to jest-preset-angular to v8.0.0, includes migrations to fix any existing projects affected
by the jest-preset-angular update.
closesnrwl#1979
* feat(testing): update jest-preset-angular to v8.0.0 part 2
Closed issues: nrwl#1979, nrwl#2165
Co-authored-by: Joshua D. Mentzer <[email protected]>
* feat(testing): update jest-preset-angular to v8.0.0 part 3
Co-authored-by: mentzerj <[email protected]>
Co-authored-by: Mehrad Rafigh <[email protected]>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ While developing you may want to try out the changes you have made. The easier w
80
80
yarn create-playground
81
81
```
82
82
83
-
You can then go to `tmp/nx` (this is set up to use Nx CLI) or `tmp/angular` (this is set up to use Angular CLI), where you will find an empty workspace with your changes in it, something this that:
83
+
You can then go to `tmp/nx` (this is set up to use Nx CLI) or `tmp/angular` (this is set up to use Angular CLI), where you will find an empty workspace with your changes in it.:
0 commit comments