From 9934690bd976b74cadd3211ab492022d1ff00a20 Mon Sep 17 00:00:00 2001 From: Sara Reynolds Date: Wed, 25 Jul 2018 16:31:33 -0700 Subject: lint fix --- .../confirm-detail-row/tests/confirm-detail-row.component.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/app/components/confirm-page-container/confirm-detail-row/tests/confirm-detail-row.component.test.js b/ui/app/components/confirm-page-container/confirm-detail-row/tests/confirm-detail-row.component.test.js index fb5cff1c1..6f2489071 100644 --- a/ui/app/components/confirm-page-container/confirm-detail-row/tests/confirm-detail-row.component.test.js +++ b/ui/app/components/confirm-page-container/confirm-detail-row/tests/confirm-detail-row.component.test.js @@ -8,7 +8,7 @@ const propsMethodSpies = { onHeaderClick: sinon.spy(), } -describe.only('Confirm Detail Row Component', function () { +describe('Confirm Detail Row Component', function () { let wrapper beforeEach(() => { @@ -25,7 +25,7 @@ describe.only('Confirm Detail Row Component', function () { />) }) - describe.only('render', () => { + describe('render', () => { it('should render a div with a confirm-detail-row class', () => { assert.equal(wrapper.find('div.confirm-detail-row').length, 1) }) -- cgit