|
|
@ -202,7 +202,7 @@ describe('Helper', () => { |
|
|
}); |
|
|
}); |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
describe('Is account excluded', () => { |
|
|
describe('Is account excluded', () => { |
|
|
it('Account with Exclude from Analysis tag', () => { |
|
|
it('Account with Exclude from Analysis tag', () => { |
|
|
expect( |
|
|
expect( |
|
|
isAccountExcluded({ tags: [{ id: TAG_ID_EXCLUDE_FROM_ANALYSIS }] }) |
|
|
isAccountExcluded({ tags: [{ id: TAG_ID_EXCLUDE_FROM_ANALYSIS }] }) |
|
|
|