@fluid-experimental/property-properties 2.4.0 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2939,6 +2939,7 @@ describe("Template registration", function () {
|
|
|
2939
2939
|
it("should register a versioned remote template", function () {
|
|
2940
2940
|
myPropertyFactory._registerRemoteTemplate(ColorID["1-0-0"].original, generateGUID());
|
|
2941
2941
|
});
|
|
2942
|
+
// biome-ignore format: https://github.com/biomejs/biome/issues/4202
|
|
2942
2943
|
it("should pass when registering a versioned remote template that exists" +
|
|
2943
2944
|
" in the local registry but is the same from what is locally registered", function () {
|
|
2944
2945
|
myPropertyFactory.register(ColorID["1-0-0"].original);
|
|
@@ -2948,6 +2949,7 @@ describe("Template registration", function () {
|
|
|
2948
2949
|
myPropertyFactory.register(ColorID["1-0-0"].original);
|
|
2949
2950
|
expect(console.warn.callCount).to.equal(0);
|
|
2950
2951
|
});
|
|
2952
|
+
// biome-ignore format: https://github.com/biomejs/biome/issues/4202
|
|
2951
2953
|
it("should fail when registering a versioned remote template that exists" +
|
|
2952
2954
|
" in the local registry but differs from what is locally registered", function () {
|
|
2953
2955
|
myPropertyFactory.register(ColorID["1-0-0"].original);
|
|
@@ -3348,6 +3350,7 @@ describe("inheritsFrom() method", () => {
|
|
|
3348
3350
|
const result = PropertyFactory.inheritsFrom("autodesk.examples:test.set-1.0.0", "BaseProperty");
|
|
3349
3351
|
expect(result).to.be.true;
|
|
3350
3352
|
});
|
|
3353
|
+
// biome-ignore format: https://github.com/biomejs/biome/issues/4202
|
|
3351
3354
|
it("should recognize that the test set that inherits from NamedNodeProperty" +
|
|
3352
3355
|
" also inherits from AbstractStaticCollectionProperty", () => {
|
|
3353
3356
|
PropertyFactory._reregister({
|