repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use source loader for email sprite icons
[ProtonMail-WebClient.git]
/
packages
/
utils
/
identity.test.ts
blob
eb68a024a02ca8340090f0599af64c1345caf0d3
1
import identity from './identity';
2
3
describe('identity()', () => {
4
it('returns the value as reference', () => {
5
const value = {};
6
expect(identity(value)).toBe(value);
7
});
8
});