Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Tests completed in 224 milliseconds.
14 assertions of 14 passed, 0 failed.
- Test the interleave transform (0, 2, 2)Rerun1 ms
- Two differing-length arrays are interleaved as expected (shorter as first argument)
- Two differing-length arrays are interleaved as expected (longer as first argument)
- Test the multiplication transform (0, 3, 3)Rerun1 ms
- Object containing mix of number and non-number values is multiplied as expected
- Number value is multiplied as expected
- A string value is simply left alone
- Test the truth value transform (0, 1, 1)Rerun0 ms
- Array is transformed as expected in response to true/false testing of each item, and the supplied response values for true/false
- Test the sonification data conversion (0, 1, 1)Rerun119 ms
- Dataset is converted into the expected sonification data
- Test the sonification data conversion with zoom (0, 1, 1)Rerun44 ms
- Dataset is converted into the expected sonification with 2x zoom
- Test the sonification play behaviour (0, 6, 6)Rerun43 ms
- sonificationQueue has expected number of items in it
- sonificationQueue item at position 0 matches parallel sonifiedData item
- sonificationQueue item at position 1 matches parallel sonifiedData item
- isPlaying boolean was true after play was started
- currentlyPlayingData is not null
- Synth was created