fix: test

This commit is contained in:
cha0s 2024-06-24 03:21:04 -05:00
parent 6f7ec2e7ac
commit 15ca775611

View File

@ -7,7 +7,7 @@ import System from './system.js';
function wrapSpecification(name, specification) {
return class Component extends Arbitrary {
static name = name;
static componentName = name;
static schema = new Schema({
type: 'object',
properties: specification,