material-web/list/list-item_test.ts

18 lines
342 B
TypeScript
Raw Normal View History

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