billing: Add node test for billing.js.

This commit is contained in:
Vishnu Ks
2019-01-08 17:06:06 +00:00
committed by showell
parent b89a10676a
commit c263674507
3 changed files with 79 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ enforce_fully_covered = {
'static/js/widgetize.js',
'static/js/poll_widget.js',
'static/js/search_pill.js',
'static/js/billing/billing.js',
}
parser = argparse.ArgumentParser(USAGE)