mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
fix merge in test.gui.js
This commit is contained in:
parent
4fa9fbf381
commit
6fe702d3e1
@ -30,22 +30,10 @@ describe( 'Gui', function() {
|
|||||||
|
|
||||||
it( 'picks the right controller for the job', function() {
|
it( 'picks the right controller for the job', function() {
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
expectController( 'controller-number', 1234 );
|
|
||||||
expectController( 'controller-string', 'string value' );
|
|
||||||
expectController( 'controller-function', function() {} );
|
|
||||||
expectController( 'controller-boolean', true );
|
|
||||||
||||||| merged common ancestors
|
|
||||||
expectController( 'controller-number', 1234 );
|
|
||||||
expectController( 'controller-string', 'string value' );
|
|
||||||
expectController( 'controller-function', function(){} );
|
|
||||||
expectController( 'controller-boolean', true );
|
|
||||||
=======
|
|
||||||
expectController( 'dat-gui-number', 1234 );
|
expectController( 'dat-gui-number', 1234 );
|
||||||
expectController( 'dat-gui-string', 'string value' );
|
expectController( 'dat-gui-string', 'string value' );
|
||||||
expectController( 'dat-gui-function', function() {} );
|
expectController( 'dat-gui-function', function() {} );
|
||||||
expectController( 'dat-gui-boolean', true );
|
expectController( 'dat-gui-boolean', true );
|
||||||
>>>>>>> 8d86460ebde6d3dda4dec6e7783f0223fca59d00
|
|
||||||
|
|
||||||
expectController( 'dat-gui-option', 'hey', [ 'hey', 'hi', 'ho' ] );
|
expectController( 'dat-gui-option', 'hey', [ 'hey', 'hi', 'ho' ] );
|
||||||
expectController( 'dat-gui-option', 'a', { a: 'a', b: 'b', c: 'c' } );
|
expectController( 'dat-gui-option', 'a', { a: 'a', b: 'b', c: 'c' } );
|
||||||
|
Loading…
Reference in New Issue
Block a user