mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-04-21 21:16:51 +00:00
github: import after publish to get all files
This commit is contained in:
@@ -108,7 +108,7 @@ describe('Store', function() {
|
||||
var reponame = 'testrepo'+t0;
|
||||
// should fail
|
||||
gh.publish(reponame, "new description", "mit", false).then( (sess) => {
|
||||
assert.ok(serv.getRepos()[sess.repopath]);
|
||||
//assert.ok(serv.getRepos()[sess.repopath]);
|
||||
return gh.deleteRepository(sess.url);
|
||||
}).then( () => {
|
||||
done();
|
||||
|
||||
Reference in New Issue
Block a user