feat: addCopyRule removeCopyRule helpers

This commit is contained in:
Igor Randjelovic
2020-12-01 20:23:56 +01:00
committed by Nathan Walker
parent a014bbffb8
commit 1086c6f9b3
5 changed files with 60 additions and 24 deletions

View File

@ -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,