X-Git-Url: https://git.ladys.computer/Etiquette/blobdiff_plain/6aa0118531463c0f1716b19013607658966a84cc..83cf1728db4305d5b40bdbccef92a9e01877489f:/model.test.js diff --git a/model.test.js b/model.test.js index ed1430e..4396d37 100644 --- a/model.test.js +++ b/model.test.js @@ -280,6 +280,12 @@ describe("TagSystem", () => { }); }); + describe(".system", () => { + it("[[Call]] returns the `TagSystem`", () => { + assertEquals(Tag.system, system); + }); + }); + // `.[Storage.toInstance]` is tested by `.fromIdentifier`. describe("::addAltLabel", () => { @@ -939,6 +945,12 @@ describe("TagSystem", () => { }); }); + describe("::system", () => { + it("[[Get]] returns the tag system", () => { + assertStrictEquals(new Tag().system, system); + }); + }); + // `::tagURI` is tested by a `.fromTagURI`. describe("::taggingEntity", () => {