fix: slug template variable (#795)
This commit is contained in:
committed by
GitHub
parent
d28c43e95a
commit
8ee9a464ab
@ -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',
|
||||
|
Reference in New Issue
Block a user