mirror of
https://github.com/NomaDamas/k-skill.git
synced 2026-06-24 02:04:11 +00:00
Compare commits
1 commit
main
...
hotfix/rem
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5de56d3243 |
1 changed files with 0 additions and 13 deletions
|
|
@ -1365,19 +1365,6 @@ test("pack:dry-run includes the toss-securities workspace", () => {
|
|||
assert.match(packageJson.scripts["pack:dry-run"], /workspace used-car-price-search/);
|
||||
});
|
||||
|
||||
test("used-car-price-search ships with a changeset for release automation", () => {
|
||||
const changesetDir = path.join(repoRoot, ".changeset");
|
||||
const changesetFiles = fs
|
||||
.readdirSync(changesetDir)
|
||||
.filter((name) => name.endsWith(".md"))
|
||||
.map((name) => read(path.join(".changeset", name)));
|
||||
|
||||
assert.ok(
|
||||
changesetFiles.some((doc) => /["']used-car-price-search["']:\s*(patch|minor|major)/.test(doc)),
|
||||
"expected a changeset entry that releases used-car-price-search",
|
||||
);
|
||||
});
|
||||
|
||||
test("package-lock captures the toss-securities workspace metadata for npm ci", () => {
|
||||
const packageLock = readJson("package-lock.json");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue