Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Feat: add mark all buttons function (#33)
Browse files Browse the repository at this point in the history
* add mark all buttons function

* update version
bbenzano authored Nov 26, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 1004a3a commit 3a461c8
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Utils/form.js
Original file line number Diff line number Diff line change
@@ -32,6 +32,7 @@ function NsForm(name) {
this.buttons.push(options);
},
setSublistValue: () => '',
addMarkAllButtons: () => '',
};
this.sublist.push(list);
return list;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ns-suitescript-mocks",
"version": "0.2.7",
"version": "0.2.8",
"description": "Collection of mocks that can be used to improve unit-tests for SuiteScript 2.0.",
"main": "index.js",
"author": "Damian Krolikowski",

0 comments on commit 3a461c8

Please sign in to comment.