File tree 3 files changed +0
-10
lines changed
3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 72
72
"browserify" : " ^14.4.0" ,
73
73
"browserify-shim" : " ^3.8.10" ,
74
74
"chai" : " ^4.1.2" ,
75
- "chai-subset" : " ^1.0.1" ,
76
75
"coveralls" : " ^2.11.2" ,
77
76
"eslint" : " ^4.6.0" ,
78
77
"eslint-plugin-babel" : " 4.1.2" ,
Original file line number Diff line number Diff line change 7
7
* of patent rights can be found in the PATENTS file in the same directory.
8
8
*/
9
9
10
- var chai = require ( 'chai' ) ;
11
-
12
- var chaiSubset = require ( 'chai-subset' ) ;
13
- chai . use ( chaiSubset ) ;
14
-
15
10
process . on ( 'unhandledRejection' , function ( error ) {
16
11
console . error ( 'Unhandled Promise Rejection:' ) ;
17
12
console . error ( ( error && error . stack ) || error ) ;
Original file line number Diff line number Diff line change @@ -1138,10 +1138,6 @@ center-align@^0.1.1:
1138
1138
align-text "^0.1.3"
1139
1139
lazy-cache "^1.0.3"
1140
1140
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
-
1145
1141
chai@^4.1.2 :
1146
1142
version "4.1.2"
1147
1143
resolved "https://registry.yarnpkg.com/chai/-/chai-4.1.2.tgz#0f64584ba642f0f2ace2806279f4f06ca23ad73c"
You can’t perform that action at this time.
0 commit comments