mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
refactor: remove unused import in test (#6922)
Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
committed by
GitHub
parent
eb0a2db04b
commit
ee7799e13c
@@ -1,5 +1,4 @@
|
|||||||
import axios, {
|
import axios, {
|
||||||
InternalAxiosRequestConfig,
|
|
||||||
AxiosRequestConfig,
|
AxiosRequestConfig,
|
||||||
AxiosHeaders,
|
AxiosHeaders,
|
||||||
AxiosRequestHeaders,
|
AxiosRequestHeaders,
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
import defaults from '../../lib/defaults';
|
import defaults from '../../lib/defaults';
|
||||||
import utils from '../../lib/utils';
|
|
||||||
import AxiosHeaders from '../../lib/core/AxiosHeaders';
|
import AxiosHeaders from '../../lib/core/AxiosHeaders';
|
||||||
|
|
||||||
describe('defaults', function () {
|
describe('defaults', function () {
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
import assert from "assert";
|
|
||||||
|
|
||||||
const {AxiosHeaders} = axios;
|
const {AxiosHeaders} = axios;
|
||||||
|
|
||||||
function testHeaderValue(headers, key, val) {
|
function testHeaderValue(headers, key, val) {
|
||||||
|
|||||||
Reference in New Issue
Block a user