mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
block for tests
This commit is contained in:
parent
acba22040c
commit
b2d731a641
@ -6,6 +6,7 @@ const i18nMock = {
|
||||
|
||||
const { amount, GDD } = loadFilters(i18nMock)
|
||||
|
||||
describe('amount filters', () => {
|
||||
describe('amount', () => {
|
||||
it('returns empty string when called with null', () => {
|
||||
expect(amount(null)).toBe('')
|
||||
@ -33,3 +34,4 @@ describe('GDD', () => {
|
||||
expect(GDD(-1)).toBe('− 1 GDD')
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user