Skip to content

Commit

Permalink
Doesn't just apply to undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Mar 7, 2024
1 parent 60688ee commit 3a33b9b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/angles.js
Expand Up @@ -36,5 +36,10 @@ export default {
args: ["longer", [90, NaN]],
expect: [90, 450],
},
{
name: "Longer and Same Hues",
args: ["longer", [90, 90]],
expect: [90, 450],
},
],
};

0 comments on commit 3a33b9b

Please sign in to comment.