We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a54b976 + e75e285 commit 5f10d99Copy full SHA for 5f10d99
test/cli.test.ts
@@ -105,7 +105,7 @@ describe("CLI integration tests", () => {
105
106
expect(result.code).toBe(0);
107
// Accept versions like '1.2.3', '1.2.3-alpha.1', or '1.2.3+build.123'
108
- expect(result.stdout.trim()).toMatch(/^[A-Za-z0-9.+-]+(?:\.[A-Za-z0-9.+-]+)+$/);
+ expect(result.stdout.trim()).toMatch(/^[A-Za-z0-9+-]+(?:\.[A-Za-z0-9+-]+)+$/);
109
});
110
111
test("should merge files successfully", async () => {
0 commit comments