@puq/testing
Version:
The library offers a collection of robust utilities designed to enhance test quality, streamline testing processes, and minimize the time and effort required for effective test implementation.
18 lines (17 loc) • 557 B
JavaScript
import { _ as e } from "@swc/helpers/_/_define_property";
import { _ as t } from "@swc/helpers/_/_ts_decorate";
import { _ as r } from "@swc/helpers/_/_ts_metadata";
export function createTestClassWithWithSinglePropertyDecorators(o, s, p) {
class a {
constructor(){
e(this, "value", void 0);
}
}
return t([
p(o),
r("design:type", "undefined" == typeof V ? Object : V)
], a.prototype, "value", void 0), a = t([
s()
], a);
}
//# sourceMappingURL=create-test-class-with-decorators.js.map