Skip to main content
Module

x/openpgp/test/worker/index.js

OpenPGP implementation for JavaScript
Latest
File
import testApplicationWorker from './application_worker.js';
export default () => describe('Web Worker', function () { testApplicationWorker();});