Files
examples/aqua-examples/price-oracle/client-peer/jest.config.js

6 lines
112 B
JavaScript
Raw Normal View History

2022-02-18 23:14:29 +03:00
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testPathIgnorePatterns: ['dist'],
};