';
+ $('body').html(
+ ''
+ );
+ $.PrivateBin.Alert.init();
+ $.PrivateBin.Alert.showRemaining(['%s' + message + '%d', string, number]);
+ const result = $('body').html();
+ return expected === result;
+ }
+ );
+
+ jsc.property(
+ 'shows remaining time (bootstrap)',
+ jsc.array(common.jscAlnumString()),
+ jsc.array(common.jscAlnumString()),
+ 'integer',
+ function (message, string, number) {
+ message = message.join('');
+ string = string.join('');
+ const expected = '' +
- ' ' + string + message + number + '
';
+ '