fix: correct typo & grammar in test's name

This commit is contained in:
sagar
2023-11-24 10:25:46 +05:45
parent 6668dce884
commit c29876f25a

View File

@@ -18,7 +18,7 @@ describe('ChildComponent', () => {
});
});
describe('When disabled chebkbox is toggle', () => {
describe('When disabled checkbox is toggled', () => {
test('Then slider is disabled', async () => {
await render(ChildComponent);
});