如果我使用的是Mocha,则可以将测试B嵌套在A中: describe.only( 'AB:', function() { describe( 'A', function() { it( 'A1', function() { assert.equal( 1, ...
確定! 回上一頁