test: improve overall test coverage

This commit is contained in:
thecodrr
2022-08-15 10:57:25 +05:00
parent 6d45c23e79
commit 87b778db94
25 changed files with 908 additions and 714 deletions

View File

@@ -27,7 +27,7 @@ class Pricing {
* discount: number
* }>}
*/
price(period) {
price(period = "monthly") {
return http.get(`${BASE_URL}/${period}`);
}
}