mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-07 18:48:55 +08:00
format
This commit is contained in:
@@ -19,7 +19,8 @@ describe('LoadingIndicator.vue', () => {
|
||||
})
|
||||
// The lendth of circle in the component is 50.24. If progress is 50% then resulting arc
|
||||
// should be 25.12
|
||||
expect(wrapper.find('.loader-svg.front').element.style.strokeDasharray)
|
||||
.to.equal('25.12px, 25.12px')
|
||||
expect(
|
||||
wrapper.find('.loader-svg.front').element.style.strokeDasharray
|
||||
).to.equal('25.12px, 25.12px')
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user