mirror of
https://github.com/bower/bower.git
synced 2026-02-12 06:55:04 -05:00
17 lines
525 B
JavaScript
17 lines
525 B
JavaScript
describe('GitRemoteResolver', function () {
|
|
describe('._checkout', function () {
|
|
it.skip('should checkout correctly if resolution is a branch');
|
|
it.skip('should checkout correctly if resolution is a tag');
|
|
it.skip('should checkout correctly if resolution is a commit');
|
|
});
|
|
|
|
describe('#fetchRefs', function () {
|
|
it('should resolve to the references of the remote repository', function () {
|
|
|
|
});
|
|
|
|
it('should cache the results', function () {
|
|
|
|
});
|
|
});
|
|
}); |