mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 07:06:56 +00:00
9 lines
251 B
JavaScript
9 lines
251 B
JavaScript
// module.exports = {
|
|
// transform: {},
|
|
// testPathIgnorePatterns: ['/node_modules/', '<rootDir>/integrationTests/'],
|
|
// };
|
|
|
|
export default {
|
|
transform: {},
|
|
testPathIgnorePatterns: ['/node_modules/', '<rootDir>/integrationTests/'],
|
|
};
|