5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 07:06:56 +00:00
vault-action/jest.config.js
2024-03-08 15:28:17 -06:00

9 lines
251 B
JavaScript

// module.exports = {
// transform: {},
// testPathIgnorePatterns: ['/node_modules/', '<rootDir>/integrationTests/'],
// };
export default {
transform: {},
testPathIgnorePatterns: ['/node_modules/', '<rootDir>/integrationTests/'],
};