gpt4 book ai didi

angular - 有没有办法跳过 Angular 中的单元测试套件?

转载 作者:太空狗 更新时间:2023-10-29 17:33:22 25 4
gpt4 key购买 nike

我有一些不应该运行的单元测试,到目前为止,有什么方法可以跳过它们吗?除了在我想运行的对象上使用 fdescribe 之外。

最佳答案

如果你想跳过测试,它是 describe() 或 it() 前面的“x”:

xdescribe('some test', () => { });

也许只是跳过一个 block 中的测试:

describe('some other test', () => {
xit('skip this test', () => { });
});

关于angular - 有没有办法跳过 Angular 中的单元测试套件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52514217/

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