We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07cf61 commit 8b174fbCopy full SHA for 8b174fb
js/__tests__/turtle-singer.test.js
@@ -17,6 +17,8 @@ global.isCustomTemperament = mockGlobals.isCustomTemperament;
17
global.getStepSizeUp = mockGlobals.getStepSizeUp;
18
global.numberToPitch = mockGlobals.numberToPitch;
19
global.pitchToNumber = mockGlobals.pitchToNumber;
20
+global.last = jest.fn((array) => array[array.length - 1]);
21
+
22
23
describe('Singer Class', () => {
24
let turtleMock;
0 commit comments