- [ ] A list of runnable functions - [ ] You attach these to stories. Then you can simply have something like ```ts it... expect(myStory.tests.pass()) ``` - [ ] Or perhaps even get rid of expect by writing them in the tests profiles?