mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-06 08:08:10 +08:00
5 lines
133 B
JavaScript
5 lines
133 B
JavaScript
describe("Phishing Detection Indicator", () => {
|
|
it("should exhibit some behavior", () => {
|
|
expect(true).toBe(true);
|
|
});
|
|
});
|