vue-web3/jest.config.js

11 lines
138 B
JavaScript
Raw Normal View History

2021-08-28 18:14:29 +00:00
module.exports = {
preset: 'ts-jest',
globals: {
'ts-jest': {
diagnostics: {
warnOnly: true,
},
},
},
}