GITLAB

CDPP / AMDA_IHM

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
master_vge
  • AMDA_IHM
  • js
  • lib
  • sencha-jasmine
  • matchers
  • Controller.js
  • 16035364   First commit Browse Code »
    Benjamin Renard
    10 years ago  
Controller.js 212 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
/**
 * Sencha-specific matchers for convenient testing of Controller expectations
 */
beforeEach(function() {
    this.addMatchers({
        toHaveRendered: function(expected) {
            
        }
    });
});