Files
examples/fluence-js-examples/hello-world/jest.config.js
Pavel Murygin f36f92297a hello-world
2022-02-15 19:37:35 +03:00

6 lines
112 B
JavaScript

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