mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
6 lines
131 B
React
6 lines
131 B
React
|
describe("Phishing Detection Indicator", ()=> {
|
||
|
it("should exhibit some behavior", ()=> {
|
||
|
expect(true).toBe(true);
|
||
|
});
|
||
|
});
|