forked from jappel/leistungsbilanz-ts
Add automatic project snapshots
This commit is contained in:
parent
59d442593f
commit
1a77eedaa8
23 changed files with 2232 additions and 26 deletions
|
|
@ -16,6 +16,7 @@ import {
|
|||
import {
|
||||
getProjectRevisionDescription,
|
||||
getProjectRevisionSourceLabel,
|
||||
getProjectSnapshotKindLabel,
|
||||
mergeProjectRevisionPages,
|
||||
} from "../src/frontend/utils/project-version-history.js";
|
||||
|
||||
|
|
@ -79,6 +80,11 @@ describe("project version history presentation", () => {
|
|||
),
|
||||
"future.command"
|
||||
);
|
||||
assert.equal(getProjectSnapshotKindLabel("named"), "Benannt");
|
||||
assert.equal(
|
||||
getProjectSnapshotKindLabel("automatic"),
|
||||
"Automatisch"
|
||||
);
|
||||
});
|
||||
|
||||
it("merges paginated revisions without duplicates in descending order", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue