Archived
feat: add PWA install icon and uppercase branding
This commit is contained in:
@@ -10,7 +10,7 @@ afterEach(() => {
|
||||
vi.restoreAllMocks();
|
||||
});
|
||||
|
||||
describe("Pi Web status", () => {
|
||||
describe("PI WEB status", () => {
|
||||
it("compares semver-shaped CalVer versions", () => {
|
||||
expect(comparePackageVersions("1.202605.9", "1.202605.8")).toBeGreaterThan(0);
|
||||
expect(comparePackageVersions("1.202605.8", "1.202605.8")).toBe(0);
|
||||
|
||||
Reference in New Issue
Block a user