Skip to content

Commit

Permalink
tsignore in test
Browse files Browse the repository at this point in the history
  • Loading branch information
David Pflasterer committed Apr 26, 2024
1 parent 0b3341f commit 08913e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/__tests__/logic/iterateFieldsByAction.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ describe('focusFieldBy', () => {
iterateFieldsByAction(
{
test: {
// @ts-ignore
name: {
first: {
_f: {
Expand Down Expand Up @@ -144,6 +145,7 @@ describe('focusFieldBy', () => {
iterateFieldsByAction(
{
personal: {
// @ts-ignore
name: {
first: {
_f: {
Expand Down

0 comments on commit 08913e3

Please sign in to comment.