0

如果页面上有一些 DOM 元素,有没有办法禁用 Jasmine 测试?

$(function() {

    if ( $('#id').length !== 0 ) {
        describe('some test', function() {
            // tests
        });
    };

});

上面的例子不起作用。

4

0 回答 0