mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-13 14:23:02 -05:00
feat(test): rename project to feat upcoming challenges
This commit is contained in:
23
apps/testing-router-outlet/src/app/app.component.cy.ts
Normal file
23
apps/testing-router-outlet/src/app/app.component.cy.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
import { AppComponent } from './app.component';
|
||||
|
||||
describe(AppComponent.name, () => {
|
||||
it('shows error message and disabled button because no search criteria are typed', () => {
|
||||
//todo
|
||||
});
|
||||
|
||||
it('shows No book found because no book match the search', () => {
|
||||
//todo
|
||||
});
|
||||
|
||||
it('shows One book because the search matches one book', () => {
|
||||
//todo
|
||||
});
|
||||
|
||||
it('shows One book because the search matches one book even with different cases', () => {
|
||||
//todo
|
||||
});
|
||||
|
||||
it('shows a list of books because the search matches multiples books', () => {
|
||||
//todo
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user