Skip to content

Commit 2ccf0b6

Browse files
author
John Agan
committed
moved webflow test up
1 parent a244a19 commit 2ccf0b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/webflow.test.ts renamed to tests/core/webflow.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import axios from "axios";
22
import MockAdapter from "axios-mock-adapter";
3-
import { Webflow, RequestError } from "../src/core";
3+
import { Webflow, RequestError } from "../../src/core";
44
import {
55
MetaFixture,
66
SiteFixture,
@@ -9,7 +9,7 @@ import {
99
CollectionFixture,
1010
OAuthFixture,
1111
UserFixture,
12-
} from "./fixtures";
12+
} from "../fixtures";
1313

1414
describe("Webflow", () => {
1515
const options = { host: "test.com", token: "test" };

0 commit comments

Comments
 (0)