1
0
mirror of https://github.com/fluencelabs/examples synced 2025-07-12 16:11:32 +00:00
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'],
};