2014-10-03 23:15:31 +04:00
|
|
|
'use strict';
|
|
|
|
|
|
|
|
describe('Material', function (){
|
|
|
|
|
2014-10-03 23:46:35 +04:00
|
|
|
//Dummy test just to ensure tests are accurately configured
|
2014-10-03 23:15:31 +04:00
|
|
|
it('jquery should be loaded', function () {
|
|
|
|
expect($).toBeDefined();
|
|
|
|
});
|
|
|
|
});
|