Skip to content

Commit

Permalink
ignore uncheckedindexed.ts warning
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart committed Mar 14, 2024
1 parent 4ac0445 commit 4c94360
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/cli-e2e/__tests__/angular.specs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,9 @@ describe('ui:create:angular', () => {
message.indexOf('Warnings while compiling') === -1 &&
message.indexOf(
'require function is used in a way in which dependencies cannot be statically extracted'
) === -1
) === -1 &&
message.indexOf('@reduxjs/toolkit/dist/uncheckedindexed.ts') ===
-1
)
).toEqual([]);
},
Expand Down

0 comments on commit 4c94360

Please sign in to comment.