mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-07 07:10:37 +03:00
9 lines
206 B
JavaScript
9 lines
206 B
JavaScript
'use strict';
|
|
|
|
describe('Material', function (){
|
|
|
|
//Dummy test just to ensure tests are accurately configured
|
|
it('jquery should be loaded', function () {
|
|
expect($).toBeDefined();
|
|
});
|
|
}); |