Skip to content

Commit

Permalink
Remove unused test function
Browse files Browse the repository at this point in the history
  • Loading branch information
RobAndrewHurst committed Nov 13, 2024
1 parent f67c7ab commit de8e136
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/state/TestState.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@ class TestState extends EventEmitter {
return ((performance.now() - this.startTime) / 1000).toFixed(2);
}

/**
* Get current suite path based on stack
* @returns {string} Full path of current suite stack
*/
_getFullSuitePath() {
return this.suiteStack.map(suite => suite.description).join(' > ');
}

/**
* Add a new suite to the stack and register it
* @method
Expand Down

0 comments on commit de8e136

Please sign in to comment.