mirror of
https://github.com/material-components/material-web.git
synced 2026-02-05 12:47:37 +08:00
12 lines
261 B
TypeScript
12 lines
261 B
TypeScript
// import 'jasmine'; (google3-only)
|
|
|
|
import {createTokenTests} from '../testing/tokens.js';
|
|
|
|
import {MdTextButton} from './text-button.js';
|
|
|
|
describe('<md-text-button>', () => {
|
|
describe('.styles', () => {
|
|
createTokenTests(MdTextButton.styles);
|
|
});
|
|
});
|