Skip to content

Commit

Permalink
test(): add non-null assertion to tsconfig paths hook test
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Aug 26, 2022
1 parent 638d837 commit a83145d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/compiler/hooks/tsconfig-paths.hook.spec.ts
Expand Up @@ -29,7 +29,7 @@ function createSpec(
undefined,
undefined,
{
before: [tsconfigPathsBeforeHookFactory(options)],
before: [tsconfigPathsBeforeHookFactory(options)!],
},
);
return output;
Expand Down

0 comments on commit a83145d

Please sign in to comment.