mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 12:17:59 +03:00
8 lines
142 B
JavaScript
8 lines
142 B
JavaScript
'use strict';
|
|
|
|
describe('Material', function (){
|
|
|
|
it('jquery should be loaded', function () {
|
|
expect($).toBeDefined();
|
|
});
|
|
}); |