We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba833b commit 2e788eaCopy full SHA for 2e788ea
src/lib/string.spec.ts
@@ -129,7 +129,7 @@ describe("string tests", () => {
129
["ch93 0076 2011 6238 5295 7", false],
130
["DE93 0076 2011 6238 5295 7", false],
131
["CH93 0076 2011 6238 5295 7", true],
132
- ])("Is IBAN valid", (unformattedIbanNumber, expected) => {
+ ])("Is Swiss IBAN valid", (unformattedIbanNumber, expected) => {
133
expect(isValidSwissIbanNumber(unformattedIbanNumber)).toBe(expected);
134
});
135
0 commit comments