2
0
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:
Noritaka Kobayashi
2025-06-02 01:31:50 +09:00
committed by GitHub
parent eb0a2db04b
commit ee7799e13c
3 changed files with 0 additions and 4 deletions
-1
View File
@@ -1,5 +1,4 @@
import axios, { import axios, {
InternalAxiosRequestConfig,
AxiosRequestConfig, AxiosRequestConfig,
AxiosHeaders, AxiosHeaders,
AxiosRequestHeaders, AxiosRequestHeaders,
-1
View File
@@ -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 () {
-2
View File
@@ -1,5 +1,3 @@
import assert from "assert";
const {AxiosHeaders} = axios; const {AxiosHeaders} = axios;
function testHeaderValue(headers, key, val) { function testHeaderValue(headers, key, val) {