diff --git a/src/state/TestState.js b/src/state/TestState.js index 8bc54ca..50457f4 100644 --- a/src/state/TestState.js +++ b/src/state/TestState.js @@ -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