https://github.com/bjornstar/ember-cli-mocha
Mocha and Chai tests for ember-cli applications
https://github.com/bjornstar/ember-cli-mocha
Last synced: 3 months ago
JSON representation
Mocha and Chai tests for ember-cli applications
- Host: GitHub
- URL: https://github.com/bjornstar/ember-cli-mocha
- Owner: bjornstar
- License: apache-2.0
- Fork: true (ember-cli/ember-cli-mocha)
- Created: 2015-02-02T04:20:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-01T16:57:55.000Z (about 10 years ago)
- Last Synced: 2024-04-15T12:19:29.395Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ember-cli-mocha
Mocha / Chai testing for your Ember CLI apps.
## Installation
Remove QUnit from your ember-cli app:
```sh
npm rm ember-cli-qunit --save-dev
bower uninstall --save ember-qunit
bower uninstall --save qunit
bower uninstall --save ember-qunit-notifications
```Install ember-cli-mocha:
```sh
npm install ember-cli-mocha --save-dev
ember generate ember-cli-mocha
```## Usage
ember-cli-mocha overrides all of ember-cli's testing blueprints. Simply generate
models, controllers, components, etc. in order to generate the corresponding Mocha
/ Chai tests.Tests rely on [ember-mocha](https://github.com/switchfly/ember-mocha) modules
and helpers. Please refer to that project to understand detailed usage.## Copyright and License
Copyright 2014 Switchfly
This product includes software developed at
Switchfly (http://www.switchfly.com).NOTICE: Only our own original work is licensed under the terms of the Apache
License Version 2.0. The licenses of some libraries might impose different
redistribution or general licensing terms than those stated in the Apache
License. Users and redistributors are hereby requested to verify these
conditions and agree upon them.