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