lukatarman / steam-game-stats

Steam Game Stats application
0 stars 0 forks source link

Move mock data out of assets directory into the belonging mock classes #206

Open stas-at-ibm opened 11 months ago

stas-at-ibm commented 11 months ago

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