https://github.com/thebuilder/ng-test-helper
https://github.com/thebuilder/ng-test-helper
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/thebuilder/ng-test-helper
- Owner: thebuilder
- Created: 2015-09-24T10:51:07.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T08:22:23.000Z (over 9 years ago)
- Last Synced: 2026-05-28T09:13:09.565Z (2 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ng-test-helper
A few helper methods to reduce boilerplate code in Angular Jasmine tests.
## Usage
```js
import helper from 'ng-test-helper';
helper.createElement('
');
```