define([ 'intern!tdd', 'intern/chai!assert' ], function (test,assert) { try { test.suite('Servers', function () { assert.equal(2, 0, 'Selection not 0'); }); }catch(e){ console.log('eee',e); } });