Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openpgpjs/openpgpjs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/unittests.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unittests.js b/test/unittests.js
index 13871f38..dc34eaf4 100644
--- a/test/unittests.js
+++ b/test/unittests.js
@@ -55,8 +55,8 @@ describe('Unit Tests', function () {
});
}
+ require('./worker')();
require('./crypto')();
require('./general')();
- require('./worker')();
require('./security')();
});