summaryrefslogtreecommitdiff
path: root/spec/frontend/boards/components/issue_time_estimate_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/boards/components/issue_time_estimate_spec.js')
-rw-r--r--spec/frontend/boards/components/issue_time_estimate_spec.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/frontend/boards/components/issue_time_estimate_spec.js b/spec/frontend/boards/components/issue_time_estimate_spec.js
index 948a7a20f7f..42507ef560b 100644
--- a/spec/frontend/boards/components/issue_time_estimate_spec.js
+++ b/spec/frontend/boards/components/issue_time_estimate_spec.js
@@ -7,10 +7,6 @@ describe('Issue Time Estimate component', () => {
const findIssueTimeEstimate = () => wrapper.find('[data-testid="issue-time-estimate"]');
- afterEach(() => {
- wrapper.destroy();
- });
-
describe('when limitToHours is false', () => {
beforeEach(() => {
wrapper = shallowMount(IssueTimeEstimate, {