1
0
mirror of https://github.com/fluencelabs/examples synced 2025-07-15 09:31:32 +00:00
Files
examples/aqua-examples/echo-greeter/client-peer/jest.config.js

6 lines
112 B
JavaScript
Raw Normal View History

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