-1
@@ -78,7 +78,6 @@ describe('validateDefaultValueForType', () => {
|
||||
it('should return false for invalid CURRENCY default value', () => {
|
||||
expect(
|
||||
validateDefaultValueForType(
|
||||
|
||||
// @ts-expect-error Just for testing purposes
|
||||
{ amountMicros: 100, currencyCode: "'USD'" },
|
||||
FieldMetadataType.CURRENCY,
|
||||
|
||||
-1
@@ -1,4 +1,3 @@
|
||||
|
||||
import { Logger } from '@nestjs/common';
|
||||
|
||||
import { type FieldMetadataType } from 'twenty-shared/types';
|
||||
|
||||
Reference in New Issue
Block a user