test all in source examples

This commit is contained in:
Felix Roos 2022-11-03 14:47:27 +01:00
parent 1a6743dba9
commit e9544f8f92
6 changed files with 3224 additions and 3 deletions

View file

@ -15,6 +15,7 @@ export * from './state.mjs';
export * from './timespan.mjs';
export * from './util.mjs';
export * from './speak.mjs';
export { default as drawLine } from './drawLine.mjs';
export { default as gist } from './gist.js';
// below won't work with runtime.mjs (json import fails)
/* import * as p from './package.json';