fixed tests

This commit is contained in:
Peter Cottle 2013-10-07 16:54:54 -07:00
parent 9e3b9cd911
commit 541ae67fbd
3 changed files with 142 additions and 3 deletions

View file

@ -36,7 +36,8 @@ if (typeof window !== 'undefined' && window.location &&
require('./remote/remoteBranches').level,
require('./remote/fetch').level,
require('./remote/pull').level,
require('./remote/fakeTeamwork').level
require('./remote/fakeTeamwork').level,
require('./remote/push').level
];
}