We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5209a0 commit d498e4bCopy full SHA for d498e4b
libs/data-mapper-v2/src/utils/__test__/MetadataUtils.spec.ts
@@ -1,5 +1,5 @@
1
import { describe, it, expect } from 'vitest';
2
-import { doesFunctionMetadataExist } from '../Metadata.Utils';
+import { doesFunctionMetadataExist } from '../Metadata.utils';
3
import type { MapMetadataV2 } from '@microsoft/logic-apps-shared';
4
5
describe('Metadata.Utils', () => {
0 commit comments