You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it('should return the book argument itself',inject([BookStaticAsyncDataService],(service: BookStaticAsyncDataService)=>{
48
-
letresult;
49
-
constbook: Book={
50
-
'title': 'The New Design Patterns',
51
-
'subtitle': 'Elements of Reusable Object-Oriented Software',
52
-
'isbn': '978-0-20163-361-0',
53
-
'abstract': 'Capturing a wealth of experience about the design of object-oriented software, four top-notch designers present a catalog of simple and succinct solutions to commonly occurring design problems. Previously undocumented, these 23 patterns allow designers to create more flexible, elegant, and ultimately reusable designs without having to rediscover the design solutions themselves.',
54
-
'numPages': 395,
55
-
'author': 'Erich Gamma / Richard Helm / Ralph E. Johnson / John Vlissides',
it('should add the new book to the dataset',inject([BookStaticAsyncDataService],(service: BookStaticAsyncDataService)=>{
67
-
letresult;
68
-
constbook: Book={
69
-
'title': 'The New Design Patterns',
70
-
'subtitle': 'Elements of Reusable Object-Oriented Software',
71
-
'isbn': '978-0-20163-361-0',
72
-
'abstract': 'Capturing a wealth of experience about the design of object-oriented software, four top-notch designers present a catalog of simple and succinct solutions to commonly occurring design problems. Previously undocumented, these 23 patterns allow designers to create more flexible, elegant, and ultimately reusable designs without having to rediscover the design solutions themselves.',
73
-
'numPages': 395,
74
-
'author': 'Erich Gamma / Richard Helm / Ralph E. Johnson / John Vlissides',
0 commit comments