diff --git a/test/index.test.js b/test/index.test.js index e2cf60ab..a06caf57 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -39,7 +39,11 @@ test.beforeEach((t) => { }; }); -test("Plugins are called with expected values", async (t) => { +test.afterEach.always((t) => { + td.reset(); +}); + +test.serial("Plugins are called with expected values", async (t) => { // Create a git repository, set the current working directory at the root of the repo const { cwd, repositoryUrl } = await gitRepo(true); // Add commits to the master branch