Skip to content

Commit

Permalink
tests(project): Adds case to test one missing line lol
Browse files Browse the repository at this point in the history
  • Loading branch information
mfdebian committed Apr 3, 2024
1 parent 456fa2b commit 375b5a2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ variants:
- node
- react:
optional: true
- angular:
optional: true
8 changes: 8 additions & 0 deletions lib/__tests__/__snapshots__/project.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,14 @@ exports[`parseProject > should not duplicate optional lo if its present in both
"react/hooks",
"react/css-modules",
"react/routing",
"angular/components-and-templates",
"angular/structural-directives",
"angular/input-output",
"angular/services",
"angular/routing",
"angular/observables",
"angular/http-client",
"angular/styles",
]
`;

Expand Down

0 comments on commit 375b5a2

Please sign in to comment.