We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fbcb67 commit eceaea0Copy full SHA for eceaea0
src/test/javascript/CatalogUtilsSpec.js
@@ -8,7 +8,7 @@ describe("CatalogUtils.expandNumbers()", function() {
8
expect(CatalogUtils.expandNumbers(null)).toBeNull();
9
});
10
11
- it("should return undefined for empty unndefined", function() {
+ it("should return undefined for undefined", function() {
12
expect(CatalogUtils.expandNumbers(undefined)).toBeUndefined();
13
14
0 commit comments