mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-04 11:44:27 +02:00
before test fix
This commit is contained in:
parent
f682f42aa0
commit
87c787c8af
3 changed files with 10 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
||||||
describe('Tests', function() {
|
|
||||||
it('should work', function() {
|
|
||||||
expect(1).toBeTruthy();
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
|
@ -943,6 +943,9 @@ GitEngine.prototype.fetch = function(options) {
|
||||||
remoteBranch,
|
remoteBranch,
|
||||||
options
|
options
|
||||||
);
|
);
|
||||||
|
// remove the ones that already exist (and were missed by our
|
||||||
|
// upwards search)
|
||||||
|
commitsToMake = _.filter(commitsToMake
|
||||||
|
|
||||||
if (commitsToMake.length === 0) {
|
if (commitsToMake.length === 0) {
|
||||||
this.command.addWarning(intl.str(
|
this.command.addWarning(intl.str(
|
||||||
|
|
7
todo.txt
7
todo.txt
|
@ -2,6 +2,13 @@ Mega Things
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
[-] origin support
|
[-] origin support
|
||||||
|
|
||||||
|
Before everything else:
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
[ ] fix tests by stubbing out animation factory to resolve promises
|
||||||
|
[ ] increase test coverage over everything
|
||||||
|
- unit and integration, but mostly for git operations
|
||||||
|
[ ] green refactor level compare
|
||||||
|
|
||||||
Intl TODO
|
Intl TODO
|
||||||
~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
[ ] translation script? might be too late...
|
[ ] translation script? might be too late...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue