You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This test can be deleted once form versioning is implemented in Production and migrated old form template database entries to the new versioned schema
55
+
it("return a form template even if form versioning is not fully deployed (testing fallback Prisma query)",async()=>{
// This test can be deleted once form versioning is well established in Production
25
+
it("return proper NewFormSubmission when DynamoDB response does not include a Version attribute (testing backward compatibility with submissions that were produced when form versioning did not exist)",()=>{
// This test can be deleted once form versioning is well established in Production
153
+
it("return proper FormSubmission when DynamoDB response does not include a Version attribute (testing backward compatibility with submissions that were produced when form versioning did not exist)",()=>{
0 commit comments