cleaned up random .js imports
This commit is contained in:
parent
47109baff7
commit
c172ecc6d3
19 changed files with 107 additions and 69 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { describe, test, expect, beforeAll, afterAll } from 'bun:test';
|
||||
import { HttpClient, HttpError } from '../src/index.js';
|
||||
import { MockServer } from './mock-server.js';
|
||||
import { HttpClient, HttpError } from '../src/index';
|
||||
import { MockServer } from './mock-server';
|
||||
|
||||
/**
|
||||
* Integration tests for HTTP client with real network scenarios
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue