Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-cli-test-helpers

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-test-helpers - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

tmp/babel-tmp_cache_dir-SvfRncZo.tmp/0

2

addon/tests/helpers/test-done.js

@@ -58,3 +58,3 @@ import Ember from "ember";

}
if(unfired.contentType && unhandled.contentType && !_.isEqual(unfired.contentType, unhandled.contentType)) {
if((unfired.contentType || unhandled.contentType) && !_.isEqual(unfired.contentType, unhandled.contentType)) {
console.warn("Mocked Content Type: " + unfired.contentType);

@@ -61,0 +61,0 @@ console.warn("Real Request Content Type: " + unhandled.contentType);

{
"name": "ember-cli-test-helpers",
"version": "0.4.0",
"version": "0.4.1",
"description": "A collection of test helpers for ember web applications",

@@ -5,0 +5,0 @@ "scripts": {

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