Published
Edited
Oct 25, 2019
1 fork
Importers
2 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
testSuite = (description, specDefinitions) =>
execute(description, specDefinitions)
Insert cell
manualTestSuite = async function*(description, specDefinitions) {
const button = html`<button>Run tests</button>`;
yield button;
await new Promise(done => {
button.addEventListener('click', done);
});
yield html`<p>Running tests...</p>`;
yield execute(description, specDefinitions);
}
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more