Skip to content

Commit 229e09c

Browse files
committed
test(utils): move spec tests into test
1 parent be45f4a commit 229e09c

File tree

3 files changed

+474
-468
lines changed

3 files changed

+474
-468
lines changed

core/src/utils/helpers.spec.ts renamed to core/src/utils/test/helpers.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { deepMerge, inheritAriaAttributes } from './helpers';
1+
import { deepMerge, inheritAriaAttributes } from '../helpers';
22

33
describe('inheritAriaAttributes', () => {
44
it('should inherit aria attributes', () => {

0 commit comments

Comments
 (0)