Skip to content

Commit

Permalink
Removed a non-implemented test.
Browse files Browse the repository at this point in the history
  • Loading branch information
travist committed Jul 16, 2024
1 parent 3fc51ee commit dd0ccf3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/process/filter/__tests__/filter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,3 @@ it('Should not filter empty array value for datTable component', async () => {
filterProcessSync(context);
expect(context.scope.filter).to.deep.equal({'dataTable': {'compModelType': 'array', 'include': true, value: []}});
});

it('Should filter nested fields within a nested form correctly.', async () => {

});

0 comments on commit dd0ccf3

Please sign in to comment.