An open API service indexing awesome lists of open source software.

https://github.com/thebuilder/ng-test-helper


https://github.com/thebuilder/ng-test-helper

Last synced: about 1 year ago
JSON representation

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('

');
```