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

https://github.com/isleofcode/ember-cli-testdouble

Shim for testdouble / ember-cli
https://github.com/isleofcode/ember-cli-testdouble

Last synced: 7 months ago
JSON representation

Shim for testdouble / ember-cli

Awesome Lists containing this project

README

          

# Ember-cli-testdouble

Shim for testdouble / ember-cli

## Usage

```
ember install ember-cli-testdouble
```

Then import as follows:

```
import td from 'testdouble';
```

License
------------------------------------------------------------------------------

This project is licensed under the [MIT License](LICENSE.md).