mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-03-15 16:50:52 +00:00
5 lines
93 B
JavaScript
5 lines
93 B
JavaScript
|
module.exports = {
|
||
|
preset: 'ts-jest',
|
||
|
testEnvironment: './jest-patched-jsdom.js',
|
||
|
};
|