mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Add tests for the GitRemoveResolver.
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
describe('GitFsResolver', function () {
|
||||
describe('._resolveSelf', function () {
|
||||
it.skip('should call all the functions necessary to resolve by the correct order');
|
||||
before(function () {
|
||||
|
||||
});
|
||||
|
||||
describe('.resolve', 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');
|
||||
it.skip('should remove any untracked files and directories');
|
||||
});
|
||||
|
||||
describe('._copy', function () {
|
||||
@@ -8,19 +15,12 @@ describe('GitFsResolver', function () {
|
||||
it.skip('should not copy over the files specified in the ignore list');
|
||||
});
|
||||
|
||||
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');
|
||||
it.skip('should remove any untracked files and directories');
|
||||
});
|
||||
|
||||
describe('#fetchRefs', function () {
|
||||
it('should resolve to the references of the local repository', function () {
|
||||
it.skip('should resolve to the references of the local repository', function () {
|
||||
|
||||
});
|
||||
|
||||
it('should cache the results', function () {
|
||||
it.skip('should cache the results', function () {
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user