Gutenberg Edit Block Inspector Controls and save

Have you set your attribute (testField) up as meta?

attributes: {
testField: {
type: 'string',
source: 'meta',
meta: 'testField'
},
},