🌈 搜索
📅  最后修改于: 2022-03-11 15:04:14.491000             🧑  作者: Mango
test("Test description", () => { const t = () => { throw new TypeError(); }; expect(t).toThrow(TypeError); });