UNPKG

waveform-playlist

Version:

Multiple track web audio editor and player with waveform preview

4 lines 201 B
// require all modules ending in ".spec.js" from the // current directory and all subdirectories var testsContext = require.context(".", true, /\.spec\.js$/); testsContext.keys().forEach(testsContext);