Skip to content

Commit b2f774f

Browse files
committed
Clears minor bugs from review
1 parent c2018c1 commit b2f774f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/specs/components/CopyrightWaiverStep.spec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ localVue.use(Vuex)
99
localVue.use(Buefy)
1010

1111
describe('CopyrightWaiver Step: Check conditional rendering of markup', () => {
12-
let wrapper, state
12+
let wrapper
1313

1414
beforeEach(() => {
1515
wrapper = mount(CopyrightWaiverStep, {
@@ -38,7 +38,7 @@ describe('CopyrightWaiver Step: Check conditional rendering of markup', () => {
3838
stepName: 'CW',
3939
})
4040

41-
expect(wrapper.find('.step-description').exists()).toBeFalsy
41+
expect(wrapper.find('.step-description').exists()).toBeFalsy()
4242
expect(wrapper.find('.step-actions').exists()).toBeFalsy()
4343
})
4444

0 commit comments

Comments
 (0)