fix(ui): unblock build by adding jest config to typescript ignore list (#15365)

pull/15300/head
Alex Boatwright 2019-10-09 09:48:18 -07:00 committed by GitHub
parent ef1e15a0ad
commit d431c6e8a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
"build",
"node_modules",
"cypress",
"jest.config.js",
"webpack.tsconfig.json",
"src/**/*.test.ts",
"src/**/*.test.tsx",