We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
testdouble
1 parent ab3dfe4 commit 6ead75bCopy full SHA for 6ead75b
test/index.test.js
@@ -39,7 +39,11 @@ test.beforeEach((t) => {
39
};
40
});
41
42
-test("Plugins are called with expected values", async (t) => {
+test.afterEach.always((t) => {
43
+ td.reset();
44
+});
45
+
46
+test.serial("Plugins are called with expected values", async (t) => {
47
// Create a git repository, set the current working directory at the root of the repo
48
const { cwd, repositoryUrl } = await gitRepo(true);
49
// Add commits to the master branch
0 commit comments