Merge pull request #360 from Sagardevkota/fix/typo_in_challenge_23_testing_harness

fix: correct typo & grammar in test's name
This commit is contained in:
Laforge Thomas
2023-11-24 08:06:53 +01:00
committed by GitHub

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);
});