We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e640795 commit 340e28aCopy full SHA for 340e28a
src/index.ts
@@ -1,6 +1,8 @@
1
import Resource from "./Resource";
2
import { addRequest, addResponse } from "./Config";
3
4
+export * from "./Config";
5
+
6
export const interceptors = {
7
addRequest,
8
addResponse,
tests/index.spec.js
@@ -1,5 +1,5 @@
import { getConfig } from "../src/Config";
-import api from "../src/index";
+import * as api from "../src/index";
const BASE_CONFIG = {
baseURL: "https://axe-api.com/api/v1", // NOSONAR
0 commit comments