mirror of
https://github.com/moparisthebest/mail
synced 2025-01-10 21:18:02 -05:00
Start unit tests
This commit is contained in:
parent
b2b39abd66
commit
98dfcfcb22
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user