Move mock data out of assets directory into the belonging mock classes. E.g. content of small.data.set.js should go into the steam.app.mock.js as steamAppSmallDataSetRaw, http.details.pages.data.set.js should be broken down and each html page should be a mock response of the steam.client.js, and so on.
Technical Design
[ ] move all files of assets directory to belonging mock classes
Description
Move mock data out of assets directory into the belonging mock classes. E.g. content of small.data.set.js should go into the steam.app.mock.js as
steamAppSmallDataSetRaw
, http.details.pages.data.set.js should be broken down and each html page should be a mock response of the steam.client.js, and so on.Technical Design