Mailspring/internal_packages/phishing-detection/spec/main-spec.jsx
Ben Gotow 94badcda15 es6(*): convert 20+ source files used in example packages to ES2016
There could be a few lurking bugs. Please test!
2016-02-29 18:47:22 -08:00

6 lines
131 B
JavaScript

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