mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 01:16:19 +00:00
page_params: Make seperate page_params for billing module.
This commit introduces a seperate `page_params` file for billing module since we only use certain page_params in billing module only that it does not make sense to include them in the main `page_params.ts`. Also introduced `zpage_billing_params` for proper testing new `page_params` in billing module.
This commit is contained in:
@@ -10,7 +10,7 @@ const {mock_esm, set_global, zrequire} = require("./lib/namespace");
|
||||
const jQueryFactory = require("./lib/real_jquery");
|
||||
const {run_test} = require("./lib/test");
|
||||
const $ = require("./lib/zjquery");
|
||||
const {page_params} = require("./lib/zpage_params");
|
||||
const {page_params} = require("./lib/zpage_billing_params");
|
||||
|
||||
const template = fs.readFileSync(
|
||||
path.resolve(__dirname, "../../templates/corporate/upgrade.html"),
|
||||
|
||||
Reference in New Issue
Block a user