Skip to content

Commit f9e4232

Browse files
committed
Fix tests
1 parent 7e5ed3d commit f9e4232

File tree

7 files changed

+9
-19
lines changed

7 files changed

+9
-19
lines changed

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paulmillr/micro-ftch",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"exports": "./index.ts",
55
"publish": {
66
"include": [

lib/esm/package.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micro-ftch",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "Wrappers for built-in fetch() enabling killswitch, logging, concurrency limit and other features",
55
"files": [
66
"index.js",

test/basic.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import { deepStrictEqual, throws, rejects } from 'node:assert';
2-
import { Buffer } from 'node:buffer';
31
import { describe, should } from 'micro-should';
2+
import { deepStrictEqual, rejects } from 'node:assert';
3+
import { Buffer } from 'node:buffer';
44
import { createServer } from 'node:http';
5-
import * as mftch from '../lib/esm/index.js';
5+
import * as mftch from '../index.ts';
66

77
// NOTE: this will send real network requests to httpbin (to verify compat)
88
const REAL_NETWORK = false;

test/build/package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/package.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)