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

committed by
Nathan Walker

parent
a014bbffb8
commit
1086c6f9b3
@ -8,7 +8,8 @@ module.exports = {
|
||||
'<rootDir>/scripts/jest.setup.ts'
|
||||
],
|
||||
setupFilesAfterEnv: [
|
||||
'<rootDir>/scripts/jest.mockWarn.ts'
|
||||
'<rootDir>/scripts/jest.mockWarn.ts',
|
||||
'<rootDir>/scripts/jest.copyRules.ts'
|
||||
],
|
||||
globals: {
|
||||
__TEST__: true,
|
||||
|
Reference in New Issue
Block a user