mirror of
https://github.com/tenrok/axios.git
synced 2026-06-05 16:42:32 +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, {
|
||||
InternalAxiosRequestConfig,
|
||||
AxiosRequestConfig,
|
||||
AxiosHeaders,
|
||||
AxiosRequestHeaders,
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import defaults from '../../lib/defaults';
|
||||
import utils from '../../lib/utils';
|
||||
import AxiosHeaders from '../../lib/core/AxiosHeaders';
|
||||
|
||||
describe('defaults', function () {
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
import assert from "assert";
|
||||
|
||||
const {AxiosHeaders} = axios;
|
||||
|
||||
function testHeaderValue(headers, key, val) {
|
||||
|
||||
Reference in New Issue
Block a user