Skip to content

Commit 40d8e07

Browse files
committed
bumped test coverage for pitchactions.js
1 parent ab2b2c1 commit 40d8e07

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

js/utils/utils.js

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,20 +1627,20 @@ let importMembers = (obj, className, modelArgs, viewArgs) => {
16271627
};
16281628

16291629
if (typeof module !== "undefined" && module.exports) {
1630-
module.exports = {
1631-
_,
1632-
last,
1633-
fileExt,
1634-
fileBasename,
1635-
toTitleCase,
1636-
safeSVG,
1637-
toFixed2,
1638-
mixedNumber,
1639-
nearestBeat,
1640-
oneHundredToFraction,
1641-
rationalToFraction,
1642-
rgbToHex,
1643-
hexToRGB,
1644-
hex2rgb
1645-
};
1630+
module.exports = {
1631+
_,
1632+
last,
1633+
fileExt,
1634+
fileBasename,
1635+
toTitleCase,
1636+
safeSVG,
1637+
toFixed2,
1638+
mixedNumber,
1639+
nearestBeat,
1640+
oneHundredToFraction,
1641+
rationalToFraction,
1642+
rgbToHex,
1643+
hexToRGB,
1644+
hex2rgb
1645+
};
16461646
}

0 commit comments

Comments
 (0)