mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-09 16:16:55 +00:00
fix test
This commit is contained in:
parent
4cdec9bb9e
commit
52d9b1dec2
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
module.exports = {
|
||||
testPathIgnorePatterns: ['/node_modules/', '<rootDir>/integration/', '<rootDir>/e2e/'],
|
||||
testPathIgnorePatterns: ['/node_modules/', '<rootDir>/integration/', '<rootDir>/e2e/','<rootDir>/integration-ent'],
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue