Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
NEKOYASAN committed Apr 12, 2024
1 parent 697436a commit c2c6be1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test('should return packages', () => {
generateFlatPnpmPackages({
recursive: true,
dev: false,
noProd: true,
noProd: false,
noOptional: false,
})
).toStrictEqual([
Expand Down

0 comments on commit c2c6be1

Please sign in to comment.