fix(ci): Update dependencies, add deno.lock, and reorganize tests for browser and Node environments

This commit is contained in:
2025-11-01 15:53:47 +00:00
parent df28cd4778
commit e0f586693c
11 changed files with 9387 additions and 3506 deletions

View File

@@ -1,5 +1,5 @@
import { tap, expect } from '@git.zone/tstest/tapbundle';
import * as fs from 'fs';
import * as fs from 'node:fs';
import { SmartRequest } from '../ts/index.js';
tap.test('should send a buffer using buffer() method', async () => {