posemesh-domain-http 1.5.3

HTTP client library for interacting with AukiLabs domain data services, supporting both native and WebAssembly targets.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Posemesh Domain HTTP Tests

This directory contains comprehensive test configurations for the `@auki/domain-client` package, supporting both Node.js and headless browser environments.

## Test Configurations

### Node.js Tests (`vitest.config.js`)
- **Environment**: Node.js
- **Purpose**: Unit tests, API testing, server-side functionality
- **Test Files**: `*.test.js` (excluding browser-specific tests)

### Browser Tests (`vitest.browser.config.js`)
- **Environment**: jsdom (default) + Playwright (headless browsers)
- **Purpose**: Browser integration, WASM loading, DOM manipulation, HTTP client testing
- **Test Files**: `browser.test.js` and other browser-specific tests