Fix linting

This commit is contained in:
Dolan Miu
2023-02-04 23:53:37 +00:00
parent 2c21f64b9f
commit 8cbc6c15fe

View File

@ -18,7 +18,7 @@ describe("BuilderElement", () => {
}); });
it("should create a simple BuilderElement with attributes", () => { it("should create a simple BuilderElement with attributes", () => {
const element = new BuilderElement<{ testAttr: string }>({ const element = new BuilderElement<{ readonly testAttr: string }>({
name: "test", name: "test",
attributes: { attributes: {
testAttr: { testAttr: {