Skip to content

Commit

Permalink
test: fix test import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
justynoh committed Mar 15, 2024
1 parent ca52682 commit caf735f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
LogicType,
MyInfoAttribute,
} from '../../../../../shared/types'
import * as LogicUtil from '../../../../shared/util/logic'
import * as LogicUtil from '../../../../../shared/utils/logic'
import {
FormFieldSchema,
IFormDocument,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
FormResponseMode,
LogicType,
} from '../../../../../../shared/types'
import * as LogicUtil from '../../../../../shared/util/logic'
import * as LogicUtil from '../../../../../../shared/utils/logic'
import {
IPopulatedEncryptedForm,
IPreventSubmitLogicSchema,
Expand Down

0 comments on commit caf735f

Please sign in to comment.