Skip to content

Commit

Permalink
test(node): Use the path replace pattern in babel expected outputs
Browse files Browse the repository at this point in the history
Using the replace pattern for the path is not necessary to make the test
pass, analog to other tests, but improves consistency.

Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Nov 28, 2024
1 parent 517f8ed commit 1232796
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ project:
type: "Git"
url: "<REPLACE_URL_PROCESSED>"
revision: "<REPLACE_REVISION>"
path: "plugins/package-managers/node/src/funTest/assets/projects/synthetic/npm/babel"
path: "<REPLACE_PATH>"
description: "A dummy NPM project that depends on Babel"
homepage_url: ""
scopes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ project:
type: "Git"
url: "<REPLACE_URL_PROCESSED>"
revision: "<REPLACE_REVISION>"
path: "plugins/package-managers/node/src/funTest/assets/projects/synthetic/pnpm/babel"
path: "<REPLACE_PATH>"
description: "A dummy NPM project that depends on Babel"
homepage_url: ""
scopes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ project:
type: "Git"
url: "<REPLACE_URL_PROCESSED>"
revision: "<REPLACE_REVISION>"
path: "plugins/package-managers/node/src/funTest/assets/projects/synthetic/yarn/babel"
path: "<REPLACE_PATH>"
description: "A dummy NPM project that depends on Babel"
homepage_url: ""
scopes:
Expand Down

0 comments on commit 1232796

Please sign in to comment.