Skip to content

Commit 718c402

Browse files
committed
clean up state after tests
1 parent 5ad533f commit 718c402

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/ec2/explorer/ec2ParentNode.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ describe('ec2ParentNode', function () {
6060
refreshStub.resetHistory()
6161
})
6262

63+
after(function () {
64+
clock.uninstall()
65+
sinon.restore()
66+
})
67+
6368
it('returns placeholder node if no children are present', async function () {
6469
instances = []
6570

0 commit comments

Comments
 (0)