gpt4 book ai didi

javascript - 跳过测试文件 Jest 中的一项测试

转载 作者:IT老高 更新时间:2023-10-28 21:53:52 26 4
gpt4 key购买 nike

我正在使用 Jest 框架并有一个测试套件。我想关闭/跳过我的一项测试。

谷歌搜索文档没有给我答案。

您知道要检查的答案或信息来源吗?

最佳答案

我在这里找到了答案

https://devhints.io/jest

test('it is raining', () => {
expect(inchesOfRain()).toBeGreaterThan(0);
});

test.skip('it is not snowing', () => {
expect(inchesOfSnow()).toBe(0);
});

Link on off doc

关于javascript - 跳过测试文件 Jest 中的一项测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48125230/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com