Add mock-socket for testing socket stuff

This commit is contained in:
lilia 2015-04-30 15:43:11 -07:00
parent da34b8e0f8
commit 849a407433
4 changed files with 1277 additions and 1 deletions

View file

@ -73,6 +73,7 @@ module.exports = function(grunt) {
},
libtextsecuretest: {
src: [
'components/mock-socket/dist/mock-socket.js',
'components/mocha/mocha.js',
'components/chai/chai.js',
'libtextsecure/test/_test.js'