We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e960d commit ade4229Copy full SHA for ade4229
core/src/components/checkbox/test/checkbox.spec.tsx
@@ -1,7 +1,7 @@
1
import { h } from '@stencil/core';
2
import { newSpecPage } from '@stencil/core/testing';
3
4
-import { Checkbox } from '../Checkbox';
+import { Checkbox } from '../checkbox';
5
6
describe('ion-checkbox', () => {
7
it('click event is triggered once', async () => {
core/src/components/radio/test/radio.spec.tsx
@@ -2,7 +2,7 @@ import { h } from '@stencil/core';
import { RadioGroup } from '../../radio-group/radio-group.tsx';
-import { Radio } from '../radio.tsx';
+import { Radio } from '../radio';
describe('ion-radio', () => {
8
it('should set a default value', async () => {
0 commit comments