File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 "devDependencies" : {
5757 "@eslint/js" : " ^10.0.1" ,
5858 "aws-sdk-client-mock" : " ^4.1.0" ,
59- "chai" : " ^4.3.6 " ,
60- "chai-as-promised" : " ^7.1.1 " ,
59+ "chai" : " ^6.2.2 " ,
60+ "chai-as-promised" : " ^8.0.2 " ,
6161 "eslint" : " ^10.2.1" ,
6262 "eslint-config-prettier" : " ^10.1.8" ,
6363 "eslint-plugin-import-x" : " ^4.16.2" ,
6767 "mocha" : " 12.0.0-beta-9.2" ,
6868 "prettier" : " ^3.8.3" ,
6969 "proxyquire" : " ^2.1.3" ,
70- "sinon" : " ^13.0 .2" ,
71- "sinon-chai" : " ^3.7.0 "
70+ "sinon" : " ^21.1 .2" ,
71+ "sinon-chai" : " ^4.0.1 "
7272 },
7373 "engines" : {
7474 "node" : " ^20.19.0 || ^22.13.0 || >=24"
Original file line number Diff line number Diff line change 22
33const chai = require ( 'chai' ) ;
44
5- chai . use ( require ( 'chai-as-promised' ) ) ;
6- chai . use ( require ( 'sinon-chai' ) ) ;
5+ chai . use ( require ( 'chai-as-promised' ) . default ) ;
6+ chai . use ( require ( 'sinon-chai' ) . default ) ;
77
88process . env . SLS_DEPRECATION_NOTIFICATION_MODE ??= 'error' ;
99process . env . SLS_TELEMETRY_DISABLED = '1' ;
You can’t perform that action at this time.
0 commit comments