mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 18:12:09 +08:00
7 lines
118 B
TypeScript
7 lines
118 B
TypeScript
import { copyRules } from '../src/helpers/copyRules';
|
|
|
|
afterEach(() => {
|
|
// Clear copy rules
|
|
copyRules.clear();
|
|
});
|