Socket
Socket
Sign inDemoInstall

ember-qunit

Package Overview
Dependencies
Maintainers
4
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-qunit - npm Package Compare versions

Comparing version 4.4.0 to 4.4.1

13

addon-test-support/ember-qunit/test-isolation-validation.js

@@ -0,5 +1,6 @@

/* eslint-disable no-console */
import QUnit from 'qunit';
import { run } from '@ember/runloop';
import { waitUntil, isSettled, getSettledState } from '@ember/test-helpers';
import TestDebugInfo, { getDebugInfo } from './-internal/test-debug-info';
import { getDebugInfo } from '@ember/test-helpers';

@@ -22,12 +23,12 @@ /**

if (!isSettled()) {
let testDebugInfo;
let { debugInfo } = getSettledState();
testDebugInfo = new TestDebugInfo(test.module.name, test.testName, getSettledState());
console.group(`${test.module.name}: ${test.testName}`);
debugInfo.toConsole();
console.groupEnd();
testDebugInfo.toConsole();
test.expected++;
test.assert.pushResult({
result: false,
message: `${message} ${testDebugInfo.message}`,
message: `${message} ${debugInfo.message}`,
});

@@ -34,0 +35,0 @@ }

# Change Log
## v4.4.1 (2019-02-25)
#### :bug: Bug Fix
* [#454](https://github.com/emberjs/ember-qunit/pull/454) Bump QUnit from 2.9.1 to 2.9.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
#### :house: Internal
* [#453](https://github.com/emberjs/ember-qunit/pull/453) Converting ember-qunit to use test isolation primatives from @ember/test-helpers ([@scalvert](https://github.com/scalvert))
#### Committers: 1
- Steve Calvert ([@scalvert](https://github.com/scalvert))
## v4.4.0 (2019-02-19)

@@ -4,0 +15,0 @@

{
"name": "ember-qunit",
"version": "4.4.0",
"version": "4.4.1",
"description": "QUnit helpers for testing Ember.js applications",

@@ -31,9 +31,9 @@ "keywords": [

"dependencies": {
"@ember/test-helpers": "^1.3.2",
"@ember/test-helpers": "^1.5.0",
"broccoli-funnel": "^2.0.2",
"broccoli-merge-trees": "^3.0.2",
"common-tags": "^1.4.0",
"ember-cli-babel": "^7.4.2",
"ember-cli-babel": "^7.5.0",
"ember-cli-test-loader": "^2.2.0",
"qunit": "^2.9.1"
"qunit": "^2.9.2"
},

@@ -50,3 +50,3 @@ "devDependencies": {

"ember-load-initializers": "^2.0.0",
"ember-resolver": "^5.1.1",
"ember-resolver": "^5.1.3",
"ember-source": "^3.8.0",

@@ -53,0 +53,0 @@ "ember-source-channel-url": "^1.0.1",

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