crypto-pro-js/jest.config.js

11 lines
197 B
JavaScript
Raw Permalink Normal View History

2020-03-28 20:10:18 +03:00
module.exports = {
preset: 'ts-jest',
testEnvironment: 'jsdom',
coveragePathIgnorePatterns: [
'<rootDir>/src/vendor/',
],
testPathIgnorePatterns: [
'<rootDir>/examples/',
],
};