Browse Source

Ignore interface file

pull/9164/head
Wei Zhu 7 years ago
parent
commit
eab8b42257
  1. 1
      .jest.js

1
.jest.js

@ -37,6 +37,7 @@ module.exports = {
'!components/style/index.tsx',
'!components/*/locale/index.tsx',
'!components/*/__tests__/**/type.tsx',
'!components/**/*/interface.{ts,tsx}',
],
transformIgnorePatterns,
snapshotSerializers: [

Loading…
Cancel
Save