Comparing version 2.17.1 to 2.17.2
@@ -12,4 +12,4 @@ #!/usr/bin/env node | ||
Files should be a space-separated list of file/directory paths and/or glob | ||
expressions. Defaults to 'test/**/*.js'. | ||
Files should be a space-separated list of files, directories, or glob expressions. | ||
Defaults to 'test/**/*.js'. | ||
@@ -34,4 +34,4 @@ For more info on working with QUnit, check out https://qunitjs.com.`; | ||
"any tests.", collect, [] ) | ||
.option( "--seed [value]", "specify a seed to order your tests; " + | ||
"if option is specified without a value, one will be generated" ) | ||
.option( "--seed [value]", "specify a seed to re-order your tests; " + | ||
"if specified without a value, a seed will be generated" ) | ||
.option( "-w, --watch", "watch files for changes and re-run the test suite" ) | ||
@@ -38,0 +38,0 @@ .parse( process.argv ); |
@@ -5,7 +5,7 @@ { | ||
"description": "The powerful, easy-to-use testing framework.", | ||
"version": "2.17.1", | ||
"version": "2.17.2", | ||
"homepage": "https://qunitjs.com", | ||
"author": { | ||
"name": "OpenJS Foundation and other contributors", | ||
"url": "https://github.com/qunitjs/qunit/blob/2.17.1/AUTHORS.txt" | ||
"url": "https://github.com/qunitjs/qunit/blob/2.17.2/AUTHORS.txt" | ||
}, | ||
@@ -45,21 +45,21 @@ "repository": { | ||
"dependencies": { | ||
"commander": "7.1.0", | ||
"node-watch": "0.7.1", | ||
"commander": "7.2.0", | ||
"node-watch": "0.7.2", | ||
"tiny-glob": "0.2.9" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.14.3", | ||
"@babel/plugin-external-helpers": "^7.12.13", | ||
"@babel/preset-env": "^7.14.4", | ||
"@babel/core": "^7.15.5", | ||
"@babel/plugin-external-helpers": "^7.14.5", | ||
"@babel/preset-env": "^7.15.6", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"@rollup/plugin-commonjs": "^19.0.0", | ||
"@rollup/plugin-node-resolve": "^13.0.0", | ||
"@rollup/plugin-replace": "^2.4.2", | ||
"@rollup/plugin-commonjs": "^20.0.0", | ||
"@rollup/plugin-node-resolve": "^13.0.4", | ||
"@rollup/plugin-replace": "^3.0.0", | ||
"@qunitjs/browserstack-runner": "0.9.5-qunitjs.1", | ||
"coveralls": "^3.1.0", | ||
"eslint": "7.28.0", | ||
"coveralls": "^3.1.1", | ||
"eslint": "7.32.0", | ||
"eslint-config-jquery": "^3.0.0", | ||
"eslint-plugin-html": "^6.1.2", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-qunit": "^6.1.1", | ||
"eslint-plugin-qunit": "^6.2.0", | ||
"execa": "0.8.0", | ||
@@ -71,3 +71,3 @@ "fixturify": "^2.1.1", | ||
"grunt-contrib-copy": "^1.0.0", | ||
"grunt-contrib-qunit": "^5.0.1", | ||
"grunt-contrib-qunit": "^5.1.0", | ||
"grunt-git-authors": "^3.2.0", | ||
@@ -81,3 +81,3 @@ "grunt-search": "^0.1.8", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.51.0", | ||
"rollup": "^2.56.3", | ||
"semver": "^7.3.5" | ||
@@ -92,2 +92,3 @@ }, | ||
"test:cli": "npm run build && bin/qunit.js test/main/ test/cli/*.js", | ||
"test:integration": "npm run build && bin/qunit.js test/integration/*.js", | ||
"build:dev": "node build/watch.js", | ||
@@ -94,0 +95,0 @@ "browserstack": "browserstack-runner -v", |
@@ -6,4 +6,3 @@ <p align="center"><img src="/docs/img/logo-with-colored-dark-text.svg" height="width" height="125" alt="QUnit"></p> | ||
[](https://github.com/qunitjs/qunit/actions/workflows/CI.yaml) | ||
[](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fqunitjs%2Fqunit?ref=badge_shield) | ||
[](https://coveralls.io/github/qunitjs/qunit) | ||
[](https://coveralls.io/github/qunitjs/qunit) | ||
[](https://gitter.im/qunitjs/qunit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
@@ -10,0 +9,0 @@ [](https://www.npmjs.com/package/qunit) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
275836
6927
32
+ Addedcommander@7.2.0(transitive)
+ Addednode-watch@0.7.2(transitive)
- Removedcommander@7.1.0(transitive)
- Removednode-watch@0.7.1(transitive)
Updatedcommander@7.2.0
Updatednode-watch@0.7.2