Mailspring/internal_packages/phishing-detection/spec/main-spec.jsx

6 lines
131 B
React
Raw Normal View History

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