yarn-plugin: add integration test suite

The new test suite fully exercises the plugin,
including onboarding and offboarding from the
plugin and the effect on lockfiles.

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
MT Lewis
2024-12-30 16:58:11 +00:00
parent ec1b68334d
commit 43566de4e9
3 changed files with 307 additions and 1 deletions
+2 -1
View File
@@ -42,6 +42,7 @@
"@backstage/cli": "workspace:^",
"@yarnpkg/builder": "^4.0.0",
"fs-extra": "^11.2.0",
"nodemon": "^3.0.1"
"nodemon": "^3.0.1",
"yaml": "^2.0.0"
}
}