SpecHelper.js 349 B

123456789101112
  1. //beforeEach( function () {
  2. // // customMatcher 例子
  3. // this.addMatchers( {
  4. // //用的时候这么用:
  5. // //expect('***').customMatchers(true);
  6. // //expect('***').not.customMatchers(true);
  7. //// customMatchers: function ( expected ) {
  8. //// return expected === true;
  9. //// },
  10. //
  11. // } );
  12. //} );