https://github.com/thebuilder/ng-test-helper
https://github.com/thebuilder/ng-test-helper
Last synced: about 1 year 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 (about 9 years ago)
- Last Synced: 2025-03-09T04:48:28.507Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- 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('
');
```