diff --git a/test/install/misc.ts b/test/install/misc.ts index 44601f022f..00b08dbed5 100644 --- a/test/install/misc.ts +++ b/test/install/misc.ts @@ -45,6 +45,11 @@ test('no dependencies (lodash)', async (t: tape.Test) => { await installPkgs(['lodash@4.0.0'], testDefaults({reporter})) + t.ok(reporter.calledWithMatch({ + name: 'pnpm:stage', + level: 'debug', + message: 'resolution_done', + }), 'resolution stage done logged') t.ok(reporter.calledWithMatch({ level: 'info', message: 'Creating dependency tree',