Skip to content

Commit 33961ce

Browse files
committed
Cleared linting problems
1 parent bf0d321 commit 33961ce

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

+3-4
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ describe('Test the functionality of Computed properties', () => {
6464
beforeEach(() => {
6565
wrapper = mount(CopyrightWaiverStep, {
6666
localVue,
67-
data(){
68-
return{
67+
data() {
68+
return {
6969
agreed: false,
70-
confirmed: false
70+
confirmed: false
7171
}
7272
},
7373
propsData: {
@@ -100,7 +100,6 @@ describe('Test the functionality of Computed properties', () => {
100100
it('User checks agreed and then checks confirmed', () => {
101101
const checkbox = wrapper.findAll('input[type="checkbox"]').at(0)
102102
checkbox.setChecked()
103-
104103

105104
const checkbox1 = wrapper.findAll('input[type="checkbox"]').at(1)
106105
checkbox1.setChecked()

0 commit comments

Comments
 (0)