mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 14:39:34 +01:00
test: improve overall test coverage
This commit is contained in:
@@ -27,7 +27,7 @@ class Pricing {
|
||||
* discount: number
|
||||
* }>}
|
||||
*/
|
||||
price(period) {
|
||||
price(period = "monthly") {
|
||||
return http.get(`${BASE_URL}/${period}`);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user