mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
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:
@@ -18,7 +18,7 @@ describe('ChildComponent', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('When disabled chebkbox is toggle', () => {
|
describe('When disabled checkbox is toggled', () => {
|
||||||
test('Then slider is disabled', async () => {
|
test('Then slider is disabled', async () => {
|
||||||
await render(ChildComponent);
|
await render(ChildComponent);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user