Skip to content

Commit 21b47a0

Browse files
authored
Update README.md
1 parent 5c78be5 commit 21b47a0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,20 @@ app.controller('myController', ['$scope', 'requester',
6363
}
6464
]);
6565
```
66+
67+
## Build
68+
69+
```
70+
yarn install
71+
gulp build
72+
```
73+
74+
### Tests
75+
76+
- Unit:
77+
- Uses [Karma](http://karma-runner.github.io) + [Jasmine](http://jasmine.github.io/)
78+
- Files: `specs/*.spec.js`
79+
80+
```
81+
$ gulp test
82+
```

0 commit comments

Comments
 (0)