material-web/ripple/ripple_test.ts
Elizabeth Mitchell 6e31262aab test(ripple): add tests
PiperOrigin-RevId: 510193629
2023-02-16 11:10:55 -08:00

18 lines
332 B
TypeScript

/**
* @license
* Copyright 2023 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
// import 'jasmine'; (google3-only)
import {createTokenTests} from '../testing/tokens.js';
import {MdRipple} from './ripple.js';
describe('<md-ripple>', () => {
describe('.styles', () => {
createTokenTests(MdRipple.styles);
});
});