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

6 lines
133 B
React
Raw Normal View History

2016-05-06 13:30:34 +08:00
describe("Phishing Detection Indicator", () => {
it("should exhibit some behavior", () => {
expect(true).toBe(true);
});
});