I hereby claim:
- I am dmose on github.
- I am dmose (https://keybase.io/dmose) on keybase.
- I have a public key ASBBs3DeGMi5LMC24Y-EjkzTwmnPl_1cNUP-a9swgHWx4Ao
To claim this, I am signing this object:
(cd ../mozilla-central && ./mach build \ | |
&& ./mach lint -l codespell browser/components/newtab \ | |
&& ./mach test browser/components/newtab/test/browser --headless \ | |
&& ./mach test browser/components/newtab/test/xpcshell \ | |
&& ./mach test --log-tbpl test_run_log \ | |
browser_parsable_css \ | |
browser/components/preferences/in-content/tests/browser_hometab_restore_defaults.js \ | |
browser/components/preferences/in-content/tests/browser_newtab_menu.js \ | |
browser/components/enterprisepolicies/tests/browser/browser_policy_set_homepage.js \ | |
browser/components/preferences/in-content/tests/browser_search_subdialogs_within_preferences_1.js \ |
I hereby claim:
To claim this, I am signing this object:
var cssDebug = function () { | |
"use strict"; | |
function init() { | |
select('display', 'inline').css('border', '1px dotted indigo'); | |
select('display', 'block').css('border', '1px dotted black'); | |
select('display', 'flex').css('border', '1px dotted ForestGreen'); | |
} | |
function select(property, value) { |
var EmptyRoomView = React.createClass({ | |
propTypes: { | |
// store: React.PropTypes.instanceOf(loop.store.RoomStore).isRequired, | |
roomName: React.PropTypes.string.isRequired, | |
document: React.PropTypes.object // used for testing | |
}, | |
getInitialState: function() { | |
return {}; | |
}, |
diff --git a/test/functional/app_test.js b/test/functional/app_test.js | |
index 1e40641..57e4360 100644 | |
--- a/test/functional/app_test.js | |
+++ b/test/functional/app_test.js | |
@@ -12,6 +12,7 @@ var webdriver = require('selenium-webdriver'), | |
By = webdriver.By; | |
var driver; | |
+var driver2; | |
dmose-laptop:js-test-agent dmose$ make test | |
./bin/js-test-agent test --reporter Dot | |
module.js:340 | |
throw err; | |
^ | |
Error: Cannot find module 'debug' | |
at Function.Module._resolveFilename (module.js:338:15) | |
at Function.Module._load (module.js:280:25) | |
at Module.require (module.js:364:17) |