mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-15 00:54:25 +02:00
new delays
This commit is contained in:
parent
d8e348363e
commit
fbb0da00f4
7 changed files with 32 additions and 21 deletions
10
spec/base.js
Normal file
10
spec/base.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
var loadTree = function(json) {
|
||||
return JSON.parse(unescape(json));
|
||||
};
|
||||
|
||||
var TIME = 150;
|
||||
// useful for throwing garbage and then expecting one commit
|
||||
var oneCommit = '{"branches":{"master":{"target":"C2","id":"master"}},"commits":{"C0":{"parents":[],"id":"C0","rootCommit":true},"C1":{"parents":["C0"],"id":"C1"},"C2":{"parents":["C1"],"id":"C2"}},"HEAD":{"target":"master","id":"HEAD"}}';
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue