-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mark Tyers
committed
Jun 9, 2018
1 parent
7f801f5
commit 41b9150
Showing
12 changed files
with
599 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
80 changes: 80 additions & 0 deletions
80
exercises/12_spa/books/modules/__mocks__/__mockData__/extractedData.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
[ | ||
{ | ||
"title": "Thinking in Java", | ||
"isbn": 9780131002876 | ||
}, | ||
{ | ||
"title": "Practical Java", | ||
"isbn": 9780201616460 | ||
}, | ||
{ | ||
"title": "Java in a Time of Revolution", | ||
"isbn": 9789793780146 | ||
}, | ||
{ | ||
"title": "Java", | ||
"isbn": 9780764535437 | ||
}, | ||
{ | ||
"title": "The History of Java" | ||
}, | ||
{ | ||
"title": "The Religion of Java", | ||
"isbn": 9780226285108 | ||
}, | ||
{ | ||
"title": "Natural Language Processing with Java", | ||
"isbn": 9781784398941 | ||
}, | ||
{ | ||
"title": "Java and Modern Europe", | ||
"isbn": 9780700704330 | ||
}, | ||
{ | ||
"title": "Java Web Development Illuminated", | ||
"isbn": 9780763734237 | ||
}, | ||
{ | ||
"title": "Introduction to Neural Networks with Java", | ||
"isbn": 9781604390087 | ||
}, | ||
{ | ||
"title": "TCP/IP Sockets in Java", | ||
"isbn": 9780080568782 | ||
}, | ||
{ | ||
"title": "Java in a Nutshell", | ||
"isbn": 9780596007737 | ||
}, | ||
{ | ||
"title": "Java and XSLT", | ||
"isbn": 9780596001438 | ||
}, | ||
{ | ||
"title": "Wicked Cool Java", | ||
"isbn": 9781593270612 | ||
}, | ||
{ | ||
"title": "Java NIO Ron Hitchens", | ||
"isbn": 9780596002886 | ||
}, | ||
{ | ||
"title": "Effective Java", | ||
"isbn": 9780132778046 | ||
}, | ||
{ | ||
"title": "Java I/O", | ||
"isbn": 9781449390884 | ||
}, | ||
{ | ||
"title": "The History of Java" | ||
}, | ||
{ | ||
"title": "Programming with Java", | ||
"isbn": 9780070141698 | ||
}, | ||
{ | ||
"title": "Concurrent Programming in Java", | ||
"isbn": 9780201310092 | ||
} | ||
] |
Oops, something went wrong.