mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-05-24 06:31:20 +00:00
1. Move marine-related part into FJS repo (DXJ184) 2. Move towards component-oriented architecture (DXJ183) 3. Different JS Client distros for node.js and web (DXJ185)
6 lines
112 B
JavaScript
6 lines
112 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
testPathIgnorePatterns: ['dist'],
|
|
};
|