mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-21 10:51:30 +00:00
chore: clean Smart Speed whitespace
This commit is contained in:
parent
577f111a17
commit
0f8be10275
7 changed files with 30 additions and 30 deletions
|
|
@ -34,7 +34,7 @@ describe('User Store Mutations', () => {
|
|||
expect(mockState.settings.enableSmartSpeed).to.be.true
|
||||
mutations.SET_SMART_SPEED_ENABLED(mockState)
|
||||
expect(mockState.settings.enableSmartSpeed).to.be.false
|
||||
|
||||
|
||||
// Check setting explicitly
|
||||
mutations.SET_SMART_SPEED_ENABLED(mockState, true)
|
||||
expect(mockState.settings.enableSmartSpeed).to.be.true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue