fix: slug template variable (#795)

This commit is contained in:
Daniel Lautzenheiser
2023-05-10 12:26:39 -04:00
committed by GitHub
parent d28c43e95a
commit 8ee9a464ab
12 changed files with 884 additions and 32 deletions

View File

@ -223,7 +223,7 @@ describe(RelationControl.name, () => {
});
afterEach(() => {
jest.resetAllMocks();
jest.clearAllMocks();
});
interface RenderRelationControlOptions {
@ -653,7 +653,7 @@ describe(RelationControl.name, () => {
});
describe('parse options', () => {
fit('should default to valueField if displayFields is not set', async () => {
it('should default to valueField if displayFields is not set', async () => {
const field: RelationField = {
label: 'Relation',
name: 'relation',