material-web/progress/linear-progress_test.ts

16 lines
329 B
TypeScript
Raw Normal View History

/**
* @license
* Copyright 2023 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import {createTokenTests} from '../testing/tokens.js';
import {MdLinearProgress} from './linear-progress.js';
describe('<md-linear-progress>', () => {
describe('.styles', () => {
createTokenTests(MdLinearProgress.styles);
});
});