UNPKG

@daisugi/land

Version:

Daisugiland is an aggregation of tools for building composable applications.

11 lines (9 loc) 236 B
import assert from 'node:assert/strict'; import { describe, it } from 'node:test'; describe('Land', () => { describe('success', () => { it('should return expected value', () => { assert.equal(true, true); }); }); });