Skip to content

Instantly share code, notes, and snippets.

@CodeRhymesLife
Created July 22, 2018 17:55
Show Gist options
  • Save CodeRhymesLife/d618786edb8ba813aa6734cd4d2652fe to your computer and use it in GitHub Desktop.
Save CodeRhymesLife/d618786edb8ba813aa6734cd4d2652fe to your computer and use it in GitHub Desktop.
import TestUtils from '<path>'
Before(async () {
await TestUtils.cleanPatients();
});
export default class TestUtils {
static async cleanUpPatients() {
// Clean up
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment