Skip to content

Commit

Permalink
📝 remove TODO(go my way)
Browse files Browse the repository at this point in the history
  • Loading branch information
59naga committed Sep 18, 2018
1 parent 66fcb2e commit 8d33d4e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/describe.mjs
Original file line number Diff line number Diff line change
@@ -1,22 +1,6 @@
import Promise from "bluebird";
import throat from "throat";

/**
* TODO: retry option
*
* - `start` execution started
* - `end` execution complete
* - `suite` (suite) test suite execution started
* - `suite end` (suite) all tests (and sub-suites) have finished
* - `test` (test) test execution started
* - `test end` (test, err) test completed
* - `hook` (hook) hook execution started
* - `hook end` (hook) hook complete
* - `passed` (test) test passed
* - `failed` (test, err) test failed
* - `pending` (test) test pending
*/

const hookNames = ["before", "beforeEach", "afterEach", "after"];
const defaultOptions = {
timeout: 1000,
Expand Down

0 comments on commit 8d33d4e

Please sign in to comment.