mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-01 03:40:53 +00:00
fix utils tests: notification.test
This commit is contained in:
parent
f3024e1abb
commit
bc6b47eb62
@ -12,7 +12,7 @@ describe('device utils', () => {
|
|||||||
];
|
];
|
||||||
|
|
||||||
types.forEach((type) => {
|
types.forEach((type) => {
|
||||||
expect(nUtils.getColor(type)).toMatchSnapshot();
|
expect(nUtils.getPrimaryColor(type)).toMatchSnapshot();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
it('get icon', () => {
|
it('get icon', () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user