1
0
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:
Steven Hugg
2019-05-08 23:10:24 -04:00
parent cd0d1416dc
commit e73388b24e
5 changed files with 62 additions and 43 deletions

View File

@@ -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':'_'});