chore: cleanup

This commit is contained in:
Igor Randjelovic
2021-03-11 16:22:12 +01:00
parent 437c3b41f9
commit da25b30992
2 changed files with 2 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
import { copyRules } from '../src/helpers/copyRules';
import { copyRules, additionalCopyRules } from '../src/helpers/copyRules';
afterEach(() => {
// Clear copy rules
copyRules.clear();
additionalCopyRules.length = 0
});

View File

@@ -6,7 +6,3 @@ declare namespace jest {
toHaveBeenPrinted(): R;
}
}
declare global {
function mockFile(path: string, content: string);
}