Skip to content

Commit 47306c3

Browse files
committed
add another log statement
1 parent 1d7df1e commit 47306c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/test/applicationcomposer/messageHandlers/generateResourceHandler.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ describe.only('generateResourceHandler', function () {
3939
assert.ok(postMessageSpy.calledOnce)
4040
assert.deepStrictEqual(postMessageSpy.getCall(0).args[0].isSuccess, false)
4141
sinon.restore()
42+
console.log('post-sinon.restore')
4243
})
4344
}
4445
})

0 commit comments

Comments
 (0)