@fluid-experimental/property-properties 2.72.0 → 2.74.0-365691
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.
|
@@ -3175,6 +3175,7 @@ describe("Async validation", function () {
|
|
|
3175
3175
|
resolve(PropertyFactory.inheritsFrom(child, ancestor));
|
|
3176
3176
|
}
|
|
3177
3177
|
catch (error) {
|
|
3178
|
+
// eslint-disable-next-line @typescript-eslint/prefer-promise-reject-errors
|
|
3178
3179
|
reject(error);
|
|
3179
3180
|
}
|
|
3180
3181
|
}, 0);
|