mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-16 05:00:45 +08:00
94badcda15
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);
|
|
});
|
|
});
|