remove only

This commit is contained in:
Aakansha Doshi 2023-09-04 13:22:06 +05:30
parent d393a1c048
commit de0f35454a

View File

@ -559,7 +559,7 @@ describe("Test Transform", () => {
});
});
it.only("should bind arrows to existing elements if ids are correct", () => {
it("should bind arrows to existing elements if ids are correct", () => {
const consoleErrorSpy = vi
.spyOn(console, "error")
.mockImplementationOnce(() => void 0);