fluence-js/jest.config.js
Pavel 416221ea17
Improve tests (#18)
Replaced mocha with jest. 
Test are split into unit and integration categories.
Dropped ESM dependency. Code is now being compiled into CJS
2021-02-14 00:35:02 +03:00

4 lines
69 B
JavaScript

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};