mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-14 10:16:37 +00:00
5 lines
102 B
JavaScript
5 lines
102 B
JavaScript
module.exports = () => describe('Web Worker', function () {
|
|
require('./application_worker')();
|
|
});
|
|
|