material-web/chips/filter-chip_test.ts
Elizabeth Mitchell f2ad2194f4 test(chip): refactor tests
PiperOrigin-RevId: 540945103
2023-06-16 11:29:47 -07:00

18 lines
350 B
TypeScript

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