vault-action/jest.config.js

3 lines
88 B
JavaScript

module.exports = {
testPathIgnorePatterns: ['/node_modules/', '<rootDir>/e2e/'],
};