mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Chore: add pre-commit hook for codespell (#5324)
This commit is contained in:
parent
58bf9c552b
commit
f525ac0af6
33 changed files with 60 additions and 53 deletions
|
|
@ -56,7 +56,7 @@ describe('NumberComponent', () => {
|
|||
component.step = 0.1
|
||||
component.writeValue(12.3456)
|
||||
expect(component.value).toEqual(12.3456)
|
||||
// float (step = .1) doesnt force 2 decimals
|
||||
// float (step = .1) doesn't force 2 decimals
|
||||
component.writeValue(11.1)
|
||||
expect(component.value).toEqual(11.1)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue