mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +02:00
fix a bunch of casper tests
This commit is contained in:
parent
84e8ce71ae
commit
c76963d86e
16 changed files with 11 additions and 7 deletions
|
@ -47,6 +47,10 @@ var init = function() {
|
|||
|
||||
initRootEvents(eventBaton);
|
||||
initDemo(sandbox);
|
||||
// unfortunate global export for casper tests
|
||||
window.LocaleStore = LocaleStore;
|
||||
window.LocaleActions = LocaleActions;
|
||||
window.intl = intl;
|
||||
};
|
||||
|
||||
var vcsModeRefresh = function(eventData) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue