material-web/iconbutton/filled-icon-button_test.ts
Elizabeth Mitchell c390291687 chore: format files with prettier
PiperOrigin-RevId: 576601342
2023-10-25 11:59:00 -07:00

18 lines
376 B
TypeScript

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