Skip to content

Commit 4171cfe

Browse files
committed
Update README.md
1 parent 2c8e33e commit 4171cfe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Angular JS ES6 Module Testing Example
22

33
* original blog post describing [Proper testing of Angular JS 1.X applications with ES6 modules](https://medium.com/@tomastrajan/proper-testing-of-angular-js-applications-with-es6-modules-8cf31113873f)
4+
* [demo project](http://tomastrajan.github.io/angular-js-es6-testing-example/) with examples of mocha unit & karma integration tests
5+
46

57
![Components](/src/asset/image/testing.png?raw=true "Proper testing of Angular JS 1.X applications with ES6 modules")
68

@@ -23,4 +25,4 @@ All scripts are run with `npm run [script]`, for example: `npm run test`.
2325
* `server_dist` - serve content from `dist` directory
2426

2527
* `test` - run all unit tests (with Mocha)
26-
* `karma` - run all integration tests (with Karma / Jasmine)
28+
* `karma` - run all integration tests (with Karma / Jasmine)

0 commit comments

Comments
 (0)