mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-02-08 00:37:28 +00:00
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
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/'],
|
|
};
|