mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-27 03:21:55 -04:00
test: resolution stage completion is logged
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user