move test data to __fixtures__

This commit is contained in:
Qing Ye
2020-10-08 00:17:58 +08:00
parent 30250e1afa
commit fe1618d1d8
3 changed files with 1 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ import {
TEST_RAW_PARAMS_XML,
TEST_RAW_REQUEST_BODY,
TEST_URL,
} from "./fixtures"
} from "../__fixtures__/test-data"
describe("generate request for NodeJs Native", () => {
test("generate GET request", () => {