Skip to content

Commit 93f9306

Browse files
committed
Make sure we're resetting td mocks
1 parent 628e937 commit 93f9306

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

test/route-help.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ describe('help route', () => {
2121

2222
afterEach(function () {
2323
this.sandbox.restore();
24+
td.reset();
2425
});
2526

2627
it('allow returning home', function () {

test/route-install.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ describe('install route', () => {
3030

3131
afterEach(function () {
3232
this.sandbox.restore();
33+
td.reset();
3334
});
3435

3536
describe('npm success with results', () => {

test/route-update.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ describe('update route', () => {
2525
});
2626

2727
afterEach(function () {
28+
td.reset();
2829
this.sandbox.restore();
2930
});
3031

0 commit comments

Comments
 (0)