2
0
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:
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, {
InternalAxiosRequestConfig,
AxiosRequestConfig,
AxiosHeaders,
AxiosRequestHeaders,
-1
View File
@@ -1,5 +1,4 @@
import defaults from '../../lib/defaults';
import utils from '../../lib/utils';
import AxiosHeaders from '../../lib/core/AxiosHeaders';
describe('defaults', function () {
-2
View File
@@ -1,5 +1,3 @@
import assert from "assert";
const {AxiosHeaders} = axios;
function testHeaderValue(headers, key, val) {