Skip to content

Commit ca714c2

Browse files
committed
log more
1 parent 6bf3742 commit ca714c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/instanceof.test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ test('ensure that instanceof works accross different installations of the fastif
9797
9898
// Ensure that fastify-error is required from the node_modules directory of the test-project
9999
if (actualPathOfFastifyError !== expectedPathOfFastifyError) {
100+
console.error('actualPathOfFastifyError', actualPathOfFastifyError)
101+
console.error('expectedPathOfFastifyError', expectedPathOfFastifyError)
100102
throw new Error('fastify-error should be required from the node_modules directory of the test-project')
101103
}
102104
@@ -144,6 +146,8 @@ test('ensure that instanceof works accross different installations of the fastif
144146
145147
// Ensure that fastify-error is required from the node_modules directory of the test-project
146148
if (actualPathOfFastifyError !== expectedPathOfFastifyError) {
149+
console.error('actualPathOfFastifyError', actualPathOfFastifyError)
150+
console.error('expectedPathOfFastifyError', expectedPathOfFastifyError)
147151
throw new Error('fastify-error should be required from the node_modules directory of dep')
148152
}
149153

0 commit comments

Comments
 (0)