Co-authored-by: Alex Ghiu <alex.ghiu@ing.com> Co-authored-by: Gerjan van Geest <Gerjan.van.Geest@ing.com> Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com> Co-authored-by: Joren Broekema <joren.broekema@ing.com> Co-authored-by: Erik Kroes <erik.kroes@ing.com>
11 lines
250 B
JavaScript
11 lines
250 B
JavaScript
import { runFormatMixinSuite } from '@lion/field/test-suites/FormatMixin.suite.js';
|
|
|
|
import '../lion-textarea.js';
|
|
|
|
const tagString = 'lion-textarea';
|
|
|
|
describe('<lion-textarea> integrations', () => {
|
|
runFormatMixinSuite({
|
|
tagString,
|
|
});
|
|
});
|