mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +02:00
fixed tests
This commit is contained in:
parent
9e3b9cd911
commit
541ae67fbd
3 changed files with 142 additions and 3 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue