examples/fluence-js-examples/hello-world/jest.config.js

6 lines
112 B
JavaScript

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