material-design-lite/test/unit/ripple.js

9 lines
178 B
JavaScript

describe('ripple tests', function () {
it('Should have MaterialRipple globally available', function () {
expect(MaterialRipple).to.be.a('function');
});
});