|
@@ -76,17 +76,15 @@ const mockObject: MockMethod[] = [
|
|
|
response: () => test.fetchScatterBasic
|
|
response: () => test.fetchScatterBasic
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
-<<<<<<< HEAD
|
|
|
|
|
url: mapUrl,
|
|
url: mapUrl,
|
|
|
method: RequestHttpEnum.GET,
|
|
method: RequestHttpEnum.GET,
|
|
|
response: () => test.fetchMap
|
|
response: () => test.fetchMap
|
|
|
},
|
|
},
|
|
|
-=======
|
|
|
|
|
|
|
+ {
|
|
|
url: wordCloudUrl,
|
|
url: wordCloudUrl,
|
|
|
method: RequestHttpEnum.GET,
|
|
method: RequestHttpEnum.GET,
|
|
|
response: () => test.fetchWordCloud
|
|
response: () => test.fetchWordCloud
|
|
|
}
|
|
}
|
|
|
->>>>>>> dev-wordcloud
|
|
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
export default mockObject
|
|
export default mockObject
|