mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 22:10:49 +00:00
5 lines
88 B
JavaScript
5 lines
88 B
JavaScript
|
module.exports = {
|
||
|
testEnvironment: 'node',
|
||
|
testPathIgnorePatterns: ['src'],
|
||
|
};
|