Skip to content

Commit

Permalink
Update setup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Sep 21, 2024
1 parent ff79563 commit 102baa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { server } from "../src/mocks/node.js";
import chaiAsPromised from "chai-as-promised";
import { use } from "chai";
import sinonChai from "sinon-chai";
import { restore } from "sinon";

before(() => {
server.listen();
Expand All @@ -15,6 +16,7 @@ before(() => {

afterEach(() => {
server.resetHandlers();
restore();
});

after(() => {
Expand Down

0 comments on commit 102baa0

Please sign in to comment.