mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
4
packages/webpack5/scripts/jest.globals.d.ts
vendored
4
packages/webpack5/scripts/jest.globals.d.ts
vendored
@@ -6,7 +6,3 @@ declare namespace jest {
|
||||
toHaveBeenPrinted(): R;
|
||||
}
|
||||
}
|
||||
|
||||
declare global {
|
||||
function mockFile(path: string, content: string);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user