it( 'undefined if hex color is being assigned to a variable', function() {
            assert.equal( undefined, colorsTest( '$foobar ?= #fff' ) )
            assert.equal( undefined, colorsTest( '$foobar = #fff' ) )
        } )