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
Copy file name to clipboardExpand all lines: README.md
+18-11
Original file line number
Diff line number
Diff line change
@@ -44,20 +44,14 @@ To run the end-to-end tests, run (while the app is being served) `npm run e2e`.
44
44
See the example end-to-end test in `e2e/app.e2e-spec.ts`.
45
45
46
46
UPDATES:
47
-
==========
48
-
### **2017-08-26: Update to `ionic-angular` version 3.6.0**
49
-
50
-
We updated the project to `ionic-angular` version `3.6.0`. Developers wishing to use this should also update Ionic CLI for a better experience. With today's update, this project is now at version `0.0.5`.
Thanks to @lathonez, we now have functioning code coverage functionality. With this update, developers can run `npm run test-coverage` which will run the project's unit tests with Karma and produce documentation that gives guidance on how well the project's tests cover the code.
53
51
54
-
#### **Added: Fix for assets not being found by Karma**
52
+

55
53
56
-
Thanks to [@datencia](https://github.com/datencia) for providing an update to our Karma configuration that properly sets the Karma base path so that image assets can be found during testing. This fix should also work any JSON data files you might want to use for testing. He also provided an image and updated our sample unit test spec file that tests that the image is found.
57
-
58
-
#### **Added: Update code to match Ionic templates**
59
-
60
-
Thanks (again) to [@danielsogl](https://github.com/danielsogl/) for providing a code update to the project so that our code matches code created by using the `ionic start` command. Having this code properly match is important as it provides the best practice guidance for handling application start up.
54
+
The documentation is created inside the `/coverage` folder (ignored by git).
61
55
62
56
## Looking for Version 2?
63
57
@@ -69,6 +63,19 @@ This repository is based on the awesome [unit testing example](https://github.co
69
63
70
64
Past Updates
71
65
==========
66
+
67
+
### **2017-08-26: Update to `ionic-angular` version 3.6.0**
68
+
69
+
We updated the project to `ionic-angular` version `3.6.0`. Developers wishing to use this should also update Ionic CLI for a better experience. With today's update, this project is now at version `0.0.5`.
70
+
71
+
## **Added: Fix for assets not being found by Karma**
72
+
73
+
Thanks to [@datencia](https://github.com/datencia) for providing an update to our Karma configuration that properly sets the Karma base path so that image assets can be found during testing. This fix should also work any JSON data files you might want to use for testing. He also provided an image and updated our sample unit test spec file that tests that the image is found.
74
+
75
+
#### **Added: Update code to match Ionic templates**
76
+
77
+
Thanks (again) to [@danielsogl](https://github.com/danielsogl/) for providing a code update to the project so that our code matches code created by using the `ionic start` command. Having this code properly match is important as it provides the best practice guidance for handling application start up.
78
+
72
79
#### *2017-05-28: Update to Version 3.3.0*
73
80
74
81
Thanks to [@danielsogl](https://github.com/danielsogl/) for getting us up-to-date with Ionic 3.3.0, Angular 4.1.2 and Ionic Native 3.10.2.
0 commit comments