material-web/list/list_test.ts
Material Web Team 4077c71461 Implement List
PiperOrigin-RevId: 503258388
2023-01-19 13:59:41 -08:00

14 lines
228 B
TypeScript

/**
* @license
* Copyright 2022 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import './list.js';
import './list-item.js';
describe('list tests', () => {
// TODO(b/265211574): test list
it('TODO', () => {});
});