Modules§
Structs§
- Arcane
Runtime - Wraps a
deno_core::JsRuntimeconfigured with our TypeScript module loader. - Import
Map - Import map for resolving bare specifiers to file paths
- Test
Result - Result of a single test case.
- Test
Summary - Summary of a test file run.
- TsModule
Loader - Loads
.tsand.jsfiles from the filesystem with import map support. TypeScript files are transpiled viadeno_ast(type stripping). JavaScript files pass through unchanged.
Functions§
- run_
test_ file - Run a single
.test.tsfile in V8 and collect results. - run_
test_ file_ with_ import_ map - Run a single
.test.tsfile in V8 with import map support.