mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
feat: addCopyRule removeCopyRule helpers
This commit is contained in:

committed by
Nathan Walker

parent
a014bbffb8
commit
1086c6f9b3
6
packages/webpack5/scripts/jest.copyRules.ts
Normal file
6
packages/webpack5/scripts/jest.copyRules.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import { copyRules } from '../src/helpers/copyRules';
|
||||
|
||||
afterEach(() => {
|
||||
// Clear copy rules
|
||||
copyRules.clear();
|
||||
});
|
Reference in New Issue
Block a user