import testApplicationWorker from './application_worker.js'; export default () => describe('Web Worker', function () { testApplicationWorker(); });