mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-26 10:01:57 +08:00
5 lines
133 B
JavaScript
5 lines
133 B
JavaScript
describe('Phishing Detection Indicator', () => {
|
|
it('should exhibit some behavior', () => {
|
|
expect(true).toBe(true);
|
|
});
|
|
});
|