mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +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);
|
|
});
|
|
});
|