Skip to content

Commit ade4229

Browse files
committed
chore: fix path
1 parent e1e960d commit ade4229

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/components/checkbox/test/checkbox.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { h } from '@stencil/core';
22
import { newSpecPage } from '@stencil/core/testing';
33

4-
import { Checkbox } from '../Checkbox';
4+
import { Checkbox } from '../checkbox';
55

66
describe('ion-checkbox', () => {
77
it('click event is triggered once', async () => {

core/src/components/radio/test/radio.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { h } from '@stencil/core';
22
import { newSpecPage } from '@stencil/core/testing';
33

44
import { RadioGroup } from '../../radio-group/radio-group.tsx';
5-
import { Radio } from '../radio.tsx';
5+
import { Radio } from '../radio';
66

77
describe('ion-radio', () => {
88
it('should set a default value', async () => {

0 commit comments

Comments
 (0)