mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-28 04:46:57 -04:00
change "value" to "defaultValue"
This commit is contained in:
@@ -8,7 +8,7 @@ describe('component - color', function() {
|
||||
var clayConfig = fixture.clayConfig([
|
||||
{
|
||||
type: 'select',
|
||||
value: 'value-1',
|
||||
defaultValue: 'value-1',
|
||||
options: [
|
||||
{ label: 'label 1', value: 'value-1' },
|
||||
{ label: 'label 2', value: 'value-2' }
|
||||
|
||||
Reference in New Issue
Block a user