Skip to content

Commit

Permalink
🤖 Merge PR DefinitelyTyped#61706 feat: update @nginstack/jsunit defin…
Browse files Browse the repository at this point in the history
…itions by @paulocmoreno
  • Loading branch information
paulocmoreno authored Aug 12, 2022
1 parent 5b22548 commit 8c8330d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion types/nginstack__jsunit/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for @nginstack/jsunit 62.0
// Type definitions for @nginstack/jsunit 63.0
// Project: https://dev.azure.com/nginstack/nginstack
// Definitions by: Renato Ribeiro <https://github.com/Henato>
// Paulo Moreno <https://github.com/paulocmoreno>
Expand Down
2 changes: 1 addition & 1 deletion types/nginstack__jsunit/nginstack__jsunit-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ suite.assertNotNan(arrAny); // $ExpectType void
function testMajorVersions(prior: number, current: number): boolean {
return current > prior;
}
testMajorVersions(61, 62); // $ExpectType boolean
testMajorVersions(62, 63); // $ExpectType boolean

0 comments on commit 8c8330d

Please sign in to comment.