Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 284fba7

Browse files
committed
feat(line-ripple): revert test foundation type back to unknown
1 parent 4f05b2e commit 284fba7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/unit/line-ripple/index.test.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ import * as td from 'testdouble';
33
import {assert} from 'chai';
44
import {shallow} from 'enzyme';
55
import LineRipple from '../../../packages/line-ripple/index';
6-
import {MDCLineRippleFoundation} from '@material/line-ripple/foundation';
76
import {MDCLineRippleAdapter} from '@material/line-ripple/adapter';
87
import {coerceForTesting} from '../helpers/types';
98

109
suite('LineRipple');
1110

12-
function getAdapter(foundation: MDCLineRippleFoundation): MDCLineRippleAdapter {
11+
function getAdapter(foundation: unknown): MDCLineRippleAdapter {
1312
// @ts-ignore adapter_ property is protected, we need to bypass this check for testing purposes
1413
return foundation.adapter_;
1514
}

0 commit comments

Comments
 (0)