Remove only

This commit is contained in:
Dolan Miu
2023-02-04 23:50:59 +00:00
parent 7ec9cff433
commit 2c21f64b9f

View File

@ -5,7 +5,7 @@ import { Formatter } from "@export/formatter";
import { BuilderElement } from "./simple-elements";
describe("BuilderElement", () => {
describe.only("#constructor()", () => {
describe("#constructor()", () => {
it("should create a simple BuilderElement", () => {
const element = new BuilderElement({
name: "test",