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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Angular JS ES6 Module Testing Example
2
2
3
3
* 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
+
4
6
5
7

6
8
@@ -23,4 +25,4 @@ All scripts are run with `npm run [script]`, for example: `npm run test`.
23
25
*`server_dist` - serve content from `dist` directory
24
26
25
27
*`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