Files
examples/aqua-examples/aqua-ipfs-integration/nodejs/jest.config.js
2022-07-05 23:59:43 +03:00

5 lines
83 B
JavaScript

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