mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-03-30 15:08:32 +00:00
8 lines
156 B
JavaScript
8 lines
156 B
JavaScript
describe('Unit Tests', function () {
|
|
require('./general');
|
|
require('./crypto');
|
|
if (typeof window !== 'undefined') {
|
|
require('./worker');
|
|
}
|
|
});
|