Skip to content

Commit

Permalink
fix: mock to include uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
lancetipton committed Apr 17, 2023
1 parent 2088b66 commit 01ae98c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/__mocks__/indexes.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { TFeatureAst, EAstObject, EStepType } from '../types'

import { testUUid } from './helpers'

export const dataMapperMocks = {
tags: {
Expand Down Expand Up @@ -139,6 +139,7 @@ export const dataMapperMocks = {


export const mockFeatToIdx:TFeatureAst = {
uuid: testUUid,
index: 1,
content: ``,
type: EAstObject.feature,
Expand Down

0 comments on commit 01ae98c

Please sign in to comment.