Skip to content

Commit bb2d1a9

Browse files
committed
Remove unused 'chai-subset' dependency
1 parent 1b6956e commit bb2d1a9

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
"browserify": "^14.4.0",
7373
"browserify-shim": "^3.8.10",
7474
"chai": "^4.1.2",
75-
"chai-subset": "^1.0.1",
7675
"coveralls": "^2.11.2",
7776
"eslint": "^4.6.0",
7877
"eslint-plugin-babel": "4.1.2",

scripts/mocha-bootload.js

-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
* of patent rights can be found in the PATENTS file in the same directory.
88
*/
99

10-
var chai = require('chai');
11-
12-
var chaiSubset = require('chai-subset');
13-
chai.use(chaiSubset);
14-
1510
process.on('unhandledRejection', function(error) {
1611
console.error('Unhandled Promise Rejection:');
1712
console.error((error && error.stack) || error);

yarn.lock

-4
Original file line numberDiff line numberDiff line change
@@ -1138,10 +1138,6 @@ center-align@^0.1.1:
11381138
align-text "^0.1.3"
11391139
lazy-cache "^1.0.3"
11401140

1141-
chai-subset@^1.0.1:
1142-
version "1.5.0"
1143-
resolved "https://registry.yarnpkg.com/chai-subset/-/chai-subset-1.5.0.tgz#d03dbcfa8c9daad848643bbde4e63376b7882427"
1144-
11451141
chai@^4.1.2:
11461142
version "4.1.2"
11471143
resolved "https://registry.yarnpkg.com/chai/-/chai-4.1.2.tgz#0f64584ba642f0f2ace2806279f4f06ca23ad73c"

0 commit comments

Comments
 (0)