Skip to content

Commit 593eff5

Browse files
authored
Update README with better formatting
1 parent d4335e6 commit 593eff5

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ionic Unit Testing Example
22

3-
This repository is an example project that gives guidance on setting up your Ionic application for unit testing and end-to-end (E2E) testing. We have been told the folks at Ionic will be adding testing features to new projects in the future. But until then, feel free to borrow from this project as needed.
3+
**This repository is an example project that gives guidance on setting up your Ionic application for unit testing and end-to-end (E2E) testing.** We have been told the folks at Ionic will be adding testing features to new projects in the future. But until then, feel free to borrow from this project as needed.
44

55
Special thanks to all of the contributors. With the exception of the Ionic team's updates to the framework, this project is stable. If you have a suggestion, feel free to update code and make a pull request. Find a problem or bug, feel free to file a detailed issue.
66

@@ -9,42 +9,37 @@ Special thanks to all of the contributors. With the exception of the Ionic team'
99

1010
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`.
1111

12-
## **Also of note:**
12+
### **Also of note:**
1313

14-
## **Added: Fix for assets not being found by Karma**
14+
#### **Added: Fix for assets not being found by Karma**
1515

1616
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.
1717

18-
## **Added: Update code to match Ionic templates**
18+
#### **Added: Update code to match Ionic templates**
1919

2020
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.
2121

2222
## How to Configure Your Ionic Application for Testing
23-
----------
2423

2524
Read [this tutorial](https://leifwells.github.io/2017/08/27/testing-in-ionic-configure-existing-projects-for-testing/) for instructions on how to apply the testing configuration in this project to your own project.
2625

2726
## Looking for Version 2?
28-
----------
2927

3028
If you are using Ionic v2, please see our [ionic-v2-branch](https://github.com/ionic-team/ionic-unit-testing-example/tree/ionic-v2-branch).
3129

3230

3331
## Credits
34-
----------
3532

3633
This repository is based on the awesome [unit testing example](https://github.com/roblouie/unit-testing-demo) from [@roblouie](https://github.com/roblouie/) :thumbsup:
3734

3835
## Past Changes
39-
---------
40-
41-
### *2017-05-28: Update to Version 3.3.0*
36+
#### *2017-05-28: Update to Version 3.3.0*
4237

4338
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.
4439

4540
Thanks to [@johnstonbl01](https://github.com/johnstonbl01/) for adding a couple of mocks that prevent us from seeing some unnecessary warning messages.
4641

47-
### *2017-05-12: Update to Version 3*
42+
#### *2017-05-12: Update to Version 3*
4843

4944
We've updated this repo to use Ionic v3.2.1 and Ionic CLI v3.0.0.
5045

0 commit comments

Comments
 (0)