test: test for attrs fallthrough

This commit is contained in:
Evan You
2018-09-24 21:13:06 -04:00
parent a1b9144009
commit a848466f07
5 changed files with 150 additions and 3 deletions

View File

@@ -2,7 +2,8 @@ module.exports = {
preset: 'ts-jest',
globals: {
__DEV__: true,
__COMPAT__: false
__COMPAT__: false,
__JSDOM__: true
},
coverageDirectory: 'coverage',
coverageReporters: ['html', 'lcov', 'text'],