test: index test should reset testdouble
(#2723)
This commit is contained in:
parent
ab3dfe4aba
commit
6ead75bf73
@ -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
|
// Create a git repository, set the current working directory at the root of the repo
|
||||||
const { cwd, repositoryUrl } = await gitRepo(true);
|
const { cwd, repositoryUrl } = await gitRepo(true);
|
||||||
// Add commits to the master branch
|
// Add commits to the master branch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user