Skip to content

Commit

Permalink
Fix test?
Browse files Browse the repository at this point in the history
  • Loading branch information
rosalyntan committed Dec 31, 2024
1 parent 6edab81 commit dfe6937
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dataconnect/build.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import { GraphqlError } from "./types";

describe("handleBuildErrors", () => {
let promptOnceStub: sinon.SinonStub;
before(() => {
sinon.verifyAndRestore();
});
beforeEach(() => {
promptOnceStub = sinon
.stub(prompt, "promptOnce")
Expand Down

0 comments on commit dfe6937

Please sign in to comment.