spockjs 受启发的结构化JS测试用例 注意:该项目处于开发的早期阶段,目前仅提供一小部分功能。 示例测试用例 test ( 'basic arithmetic' , ( ) => { expect: { 1 + 2 === 3 ; 3 * 3 >= 4 * 4 ; // falsy } } ) ; (3 * 3 >= 4 * 4) is not truthy # test.js:4 _assert(3 * 3 >= 4 * 4, "(3 * 3 >= 4 * 4) is not truthy") | | |