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
Cleanup - unused files / unused exports / duplicate exports
[ProtonMail-WebClient.git]
/
packages
/
utils
/
noop.test.ts
blob
a624358cad623b64fcc0876bd139ad1e0488b49b
1
import noop from './noop';
2
3
describe('noop()', () => {
4
it('returns undefined', () => {
5
expect(noop()).toBe(undefined);
6
});
7
});