Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
nick4598 committed Dec 5, 2024
1 parent 496a9f4 commit 5b37e22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1813,7 +1813,7 @@ describe("IModelTransformerHub", () => {
}
});

it.only("should propagate custom inserts and custom deletes", async () => {
it("should propagate custom inserts and custom deletes", async () => {
let ecClassIdOfRel: Id64String | undefined;
let ecClassIdOfElement: Id64String | undefined;
const masterIModelName = "Master";
Expand Down

0 comments on commit 5b37e22

Please sign in to comment.