Remove only
This commit is contained in:
@ -5,7 +5,7 @@ import { Formatter } from "@export/formatter";
|
|||||||
import { BuilderElement } from "./simple-elements";
|
import { BuilderElement } from "./simple-elements";
|
||||||
|
|
||||||
describe("BuilderElement", () => {
|
describe("BuilderElement", () => {
|
||||||
describe.only("#constructor()", () => {
|
describe("#constructor()", () => {
|
||||||
it("should create a simple BuilderElement", () => {
|
it("should create a simple BuilderElement", () => {
|
||||||
const element = new BuilderElement({
|
const element = new BuilderElement({
|
||||||
name: "test",
|
name: "test",
|
||||||
|
Reference in New Issue
Block a user