Fix linting
This commit is contained in:
@ -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: {
|
||||||
|
Reference in New Issue
Block a user