Mailspring/internal_packages/phishing-detection/spec/main-spec.jsx
2016-05-06 11:55:46 -07:00

6 lines
133 B
JavaScript

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