File tree Expand file tree Collapse file tree
test/dependency-manager-adapters Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 "@babel/core" : " ^7.26.0" ,
5252 "@babel/eslint-parser" : " ^7.25.9" ,
5353 "@release-it-plugins/lerna-changelog" : " ^7.0.0" ,
54- "chai" : " ^4.4.1 " ,
55- "chai-as-promised" : " ^7.1 .1" ,
54+ "chai" : " ^5.1.2 " ,
55+ "chai-as-promised" : " ^8.0 .1" ,
5656 "codecov" : " ^3.8.3" ,
5757 "concurrently" : " ^9.1.0" ,
5858 "ember-cli" : " ~5.12.0" ,
5959 "eslint" : " ^8.57.0" ,
6060 "eslint-config-prettier" : " ^9.1.0" ,
6161 "eslint-plugin-n" : " ^17.15.0" ,
62- "mocha" : " ^10.8.2 " ,
62+ "mocha" : " ^11.0.1 " ,
6363 "nyc" : " ^17.1.0" ,
64- "prettier" : " ^3.3.3 " ,
64+ "prettier" : " ^3.4.2 " ,
6565 "release-it" : " ^17.10.0" ,
6666 "sinon" : " ^19.0.2" ,
6767 "tmp-sync" : " ^1.1.0"
Original file line number Diff line number Diff line change 1- import chai , { expect } from 'chai' ;
1+ import { expect , use } from 'chai' ;
22import chaiAsPromised from 'chai-as-promised' ;
33import fs from 'fs-extra' ;
44import path from 'path' ;
@@ -7,7 +7,7 @@ import sinon from 'sinon';
77import PnpmAdapter from '../../lib/dependency-manager-adapters/pnpm.js' ;
88import generateMockRun from '../helpers/generate-mock-run.js' ;
99
10- chai . use ( chaiAsPromised ) ;
10+ use ( chaiAsPromised ) ;
1111
1212let root = process . cwd ( ) ;
1313let tmproot = path . join ( root , 'tmp' ) ;
You can’t perform that action at this time.
0 commit comments