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

Commit 3a461c8

Browse files
authored
Feat: add mark all buttons function (#33)
* add mark all buttons function * update version
1 parent 1004a3a commit 3a461c8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Utils/form.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ function NsForm(name) {
3232
this.buttons.push(options);
3333
},
3434
setSublistValue: () => '',
35+
addMarkAllButtons: () => '',
3536
};
3637
this.sublist.push(list);
3738
return list;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ns-suitescript-mocks",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"description": "Collection of mocks that can be used to improve unit-tests for SuiteScript 2.0.",
55
"main": "index.js",
66
"author": "Damian Krolikowski",

0 commit comments

Comments
 (0)