From 98dfcfcb22c18af1405de468b0d16c5b20e4e25e Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Thu, 9 Oct 2014 10:57:08 +0200 Subject: [PATCH] Start unit tests --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 119f042..07ea495 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -124,7 +124,7 @@ module.exports = function(grunt) { 'test/unit/index.js': ['test/unit/*-test.js'] }, options: { - external: [] + external: ['openpgp', 'node-forge', 'net', 'tls', 'crypto'] } }, /* @@ -181,6 +181,7 @@ module.exports = function(grunt) { 'test/unit/index.js': [ 'src/lib/underscore/underscore-min.js', 'node_modules/jquery/dist/jquery.min.js', + 'src/lib/forge/forge.min.js', 'src/lib/openpgp/openpgp.js', 'src/lib/angular/angular.min.js', 'node_modules/angular-mocks/angular-mocks.js',