mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
3fc6582718
There could be a few lurking bugs. Please test!
5 lines
131 B
JavaScript
5 lines
131 B
JavaScript
describe("Phishing Detection Indicator", ()=> {
|
|
it("should exhibit some behavior", ()=> {
|
|
expect(true).toBe(true);
|
|
});
|
|
});
|