Mailspring/app/internal_packages/phishing-detection/specs/main-spec.jsx
2017-09-26 11:33:08 -07:00

5 lines
133 B
JavaScript

describe('Phishing Detection Indicator', () => {
it('should exhibit some behavior', () => {
expect(true).toBe(true);
});
});