Published
Edited
Jun 20, 2020
1 fork
Importers
1 star
Insert cell
Insert cell
{
try
{
expect(1).to.be.undefined()
return success()
}
catch(err)
{
return failure(err)
}
}
Insert cell
{
expect(3).to.equal(3)
expect({ a: 1 }).to.deep.equal({ a:1 })
return success()
}
Insert cell
{
return untested()
}
Insert cell
testCode (!undefined, () => {
expect(3).to.equal(3)
expect({ a: 1 }).to.deep.equal({ a:1 })
})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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