Skip to content

Commit 7da28d7

Browse files
committed
fix: Add a new test utils
1 parent 093a9e7 commit 7da28d7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
3+
import { ComponentWrapper } from '@cloudscape-design/test-utils-core/dom';
4+
5+
import styles from '../../../tooltip/styles.selectors.js';
6+
7+
export default class TooltipWrapper extends ComponentWrapper {
8+
static rootSelector: string = styles.root;
9+
}

0 commit comments

Comments
 (0)