mirror of
https://github.com/Instadapp/vue-web3.git
synced 2024-07-29 21:48:25 +00:00
11 lines
138 B
JavaScript
11 lines
138 B
JavaScript
|
module.exports = {
|
||
|
preset: 'ts-jest',
|
||
|
globals: {
|
||
|
'ts-jest': {
|
||
|
diagnostics: {
|
||
|
warnOnly: true,
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
}
|