import React from 'react' export function CollectionsExplained() { return (

Which collection should I use for my tests?

By default and as a rule of thumb: "Lexical Fully Featured". This collection has all our features, but it does NOT have (and will never have):

If you need any of these features, use another collection or create a new one.

) }