mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-03-15 21:10:54 +00:00
5 lines
74 B
JavaScript
5 lines
74 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
};
|