Skip to content

Commit

Permalink
fix: add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Jun 11, 2021
1 parent 1c66e90 commit 0bd6dcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/smoke.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import axios from "axios";

import fixtures from "../..";
import { readFileSync } from "fs";

test("Accepts fixtures object as argument", async () => {
fixtures.mock(
Expand Down

0 comments on commit 0bd6dcf

Please sign in to comment.