File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments