mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-03-10 21:25:31 +00:00
convert old vcs examples/foo paths to examples/foo.a
This commit is contained in:
@@ -95,6 +95,7 @@ describe('Store', function() {
|
||||
it('Should bind paths to Github', function(done) {
|
||||
var store = mstore.createNewPersistentStore(test_platform_id, function(store) {
|
||||
var gh = newGH(store);
|
||||
localStorage.removeItem('__repos');
|
||||
var sess = {repopath:'foo/bar', url:'_'};
|
||||
gh.bind(sess, true);
|
||||
assert.deepEqual(gh.getRepos(), {'foo/bar':'_'});
|
||||
|
||||
Reference in New Issue
Block a user