aleclarson / testpass

The compass for your code
MIT License
0 stars 0 forks source link

`after` method for Test #21

Open aleclarson opened 6 years ago

aleclarson commented 6 years ago
tp.test(() => {
  // ...
}).after(() => {
  // Perform cleanup here, regardless of pass or fail.
})

Groups already have tp.afterAll