Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
nick4598 committed Jan 10, 2025
1 parent a5c2c76 commit 691ac00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1814,7 +1814,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;
const masterIModelName = "Master";
const masterSeedFileName = path.join(outputDir, `${masterIModelName}.bim`);
Expand Down

0 comments on commit 691ac00

Please sign in to comment.