Socket
Socket
Sign inDemoInstall

qunitjs

Package Overview
Dependencies
0
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.19.0 to 1.20.0

17

History.md
1.20.0 / 2015-10-27
==================
* Assert: Exposes assert.raises() to the global scope
* Assert: Add a calls count parameter on assert.async
* Build: Improve grunt speed using grunt-concurrent
* Core: Implement QUnit.only
* Core: Support Symbol types on QUnit.equiv
* Core: QUnit.start fails if called with a non-numeric argument
* Core: Implement Nested modules
* Core: Equivalency for desdendants of null constructors
* HTML Reporter: Adds indicator for filtered test
* HTML Reporter: Collapse details for successive failed tests
* Test: Fix regression when a failing test canceled the module hooks
* Tests: Isolate and improve tests for Object equivalency
* Tests: Split browserstack runs on CI to avoid timeout errors
1.19.0 / 2015-09-01

@@ -3,0 +20,0 @@ ==================

10

package.json

@@ -5,7 +5,7 @@ {

"description": "An easy-to-use JavaScript Unit Testing framework.",
"version": "1.19.0",
"version": "1.20.0",
"homepage": "http://qunitjs.com",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/qunit/blob/1.19.0/AUTHORS.txt"
"url": "https://github.com/jquery/qunit/blob/1.20.0/AUTHORS.txt"
},

@@ -32,5 +32,6 @@ "repository": {

"devDependencies": {
"browserstack-runner": "0.3.0",
"browserstack-runner": "0.3.7",
"commitplease": "2.0.0",
"grunt": "0.4.2",
"grunt-concurrent": "2.0.3",
"grunt-contrib-concat": "0.3.0",

@@ -48,3 +49,4 @@ "grunt-contrib-jshint": "0.11.2",

"scripts": {
"ci": "grunt && grunt coveralls && browserstack-runner",
"browserstack": "sh build/run-browserstack.sh",
"ci": "grunt && grunt coveralls && npm run browserstack",
"test": "grunt",

@@ -51,0 +53,0 @@ "prepublish": "grunt build"

qunit/qunit.css

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc