Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
rddimon committed Jan 26, 2022
1 parent 4ed5ffa commit 8154ac1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/integration-tests/basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@ describe("Integration Tests", function () {
expect(basePath).to.equal("hello-world");
} finally {
// should destroy the last created config folder ( import config )
await utilities.destroyResources(`${testExportName} & ${testImportName}`);
await utilities.destroyResources(testImportName);
// temp dir are empty and we need to update it with export config for the proper clenup
await utilities.createTempDir(TEMP_DIR, configExportFolder);
await utilities.destroyResources(testExportName);
}
});

Expand Down

0 comments on commit 8154ac1

Please sign in to comment.