mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-05 00:27:19 -04:00
Use int for 'checked' manipulator instead of boolean
This commit is contained in:
@@ -95,8 +95,10 @@ describe('manipulators', function() {
|
||||
});
|
||||
|
||||
describe('checked', function() {
|
||||
testSetGet('toggle', true);
|
||||
testSetGet('toggle', false);
|
||||
testSetGet('toggle', true, 1);
|
||||
testSetGet('toggle', 1);
|
||||
testSetGet('toggle', false, 0);
|
||||
testSetGet('toggle', 0);
|
||||
testDisable('toggle');
|
||||
testEnable('toggle');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user