Socket
Socket
Sign inDemoInstall

ember-mocha

Package Overview
Dependencies
Maintainers
12
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-mocha - npm Package Compare versions

Comparing version 0.14.0-beta.1 to 0.14.0

5

CHANGELOG.md

@@ -14,2 +14,4 @@ # Changelog

* [#201](https://github.com/emberjs/ember-mocha/pull/201) Adjust documentation. ([@Turbo87](https://github.com/Turbo87))
* [#202](https://github.com/emberjs/ember-mocha/pull/202) Fix migration guide. ([@simonihmig](https://github.com/simonihmig))
* [#204](https://github.com/emberjs/ember-mocha/pull/204) Add mention of `this.on` to migration guide. ([@alexlafroscia](https://github.com/alexlafroscia))

@@ -21,3 +23,4 @@ #### :house: Internal

#### Committers: 3
#### Committers: 4
- Alex LaFroscia ([alexlafroscia](https://github.com/alexlafroscia))
- Josh Nisenson ([josh803316](https://github.com/josh803316))

@@ -24,0 +27,0 @@ - Simon Ihmig ([simonihmig](https://github.com/simonihmig))

3

docs/migration.md

@@ -118,2 +118,3 @@

* Use `this.element` to get access to the rendered DOM
* Replace `this.on` when testing action invocation with `this.set` and convert `string` references to the action name with the name of the variable that contains the function
* Do not use jQuery for DOM interaction, instead use the

@@ -137,3 +138,3 @@ [DOM Interaction Helpers](https://github.com/emberjs/ember-test-helpers/blob/master/API.md#dom-interaction-helpers)

describe('<%= friendlyTestName %>', function() {
describe('basic acceptance test', function() {
let application;

@@ -140,0 +141,0 @@

{
"name": "ember-mocha",
"version": "0.14.0-beta.1",
"version": "0.14.0",
"description": "Mocha helpers for testing Ember.js applications",

@@ -79,6 +79,3 @@ "keywords": [

"configPath": "tests/dummy/config"
},
"publishConfig": {
"tag": "beta"
}
}

@@ -109,3 +109,3 @@

#### Setup Rendering Tests
### Setup Rendering Tests

@@ -112,0 +112,0 @@ The `setupRenderingTest()` function is specifically designed for tests that

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc