it('exits with null if not public', async () => {
    const res = await indexActionTemplates({
      after: { exists: true, data: () => ({ displayName: 'asdf' }) },
      before: { exists: true, data: () => ({ displayName: 'asdf' }) }
    })