mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43: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 () => {
|
||||
await render(ChildComponent);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user