mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-12-12 14:41:14 +00:00
8 lines
176 B
JavaScript
8 lines
176 B
JavaScript
/**
|
|
* Copyright IBM Corp. 2019, 2025
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
module.exports = {
|
|
testPathIgnorePatterns: ['/node_modules/', '<rootDir>/integrationTests/'],
|
|
};
|