Files
examples/aqua-examples/aqua-ipfs-integration/nodejs/jest.config.js

5 lines
83 B
JavaScript
Raw Normal View History

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