Skip to content

Commit 1bf89d4

Browse files
committed
chore: add glob Node module as a dev dependency
Add the glob Node module (https://git.io/v5fMF) as a dev dependency to this project. This module is used by replace-in-file to match patterns when searching for files and folders. While the module is not directly used in the project, we reference glob in unit tests to mock different paths without hitting the filesystem, ensuring that the configuration passed to replace-in-file matches log files in the taskcat_outputs/ directory. Associated issue: #2
1 parent f0b91ab commit 1bf89d4

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

package-lock.json

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
1515
"@babel/preset-env": "^7.11.5",
1616
"@babel/preset-typescript": "^7.10.4",
17+
"@types/glob": "^7.1.3",
1718
"@types/jest": "^26.0.13",
1819
"@typescript-eslint/eslint-plugin": "^3.10.1",
1920
"@typescript-eslint/parser": "^3.10.1",
@@ -26,6 +27,7 @@
2627
"eslint-plugin-promise": "^4.2.1",
2728
"eslint-plugin-standard": "^4.0.1",
2829
"eslint-plugin-tsdoc": "^0.2.7",
30+
"glob": "^7.1.6",
2931
"jest": "^26.4.2",
3032
"typescript": "^4.0.2"
3133
},

0 commit comments

Comments
 (0)