Skip to content

Commit

Permalink
Add todo test for unlock and submit resolver migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLin0991 committed Aug 24, 2023
1 parent f1ee9ac commit e8ddfdc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ import { latestFormData } from '../../testHelpers/healthPlanPackageHelpers'
import { testCMSUser, testStateUser } from '../../testHelpers/userHelpers'

describe('indexHealthPlanPackages', () => {
it.todo(
'run all tests with rates-db-refactor on after submit and unlock resolvers have been migrated'
)
const cmsUser = testCMSUser()
describe('isStateUser', () => {
it('returns a list of submissions that includes newly created entries', async () => {
Expand Down

0 comments on commit e8ddfdc

Please sign in to comment.