Skip to content

Instantly share code, notes, and snippets.

View darkwing's full-sized avatar

David Walsh darkwing

View GitHub Profile
{
"action": "opened",
"number": 19,
"pull_request": {
"url": "https://api.github.com/repos/darkwing/YouShouldUseTest/pulls/19",
"id": 38589033,
"html_url": "https://github.com/darkwing/YouShouldUseTest/pull/19",
"diff_url": "https://github.com/darkwing/YouShouldUseTest/pull/19.diff",
"patch_url": "https://github.com/darkwing/YouShouldUseTest/pull/19.patch",
"issue_url": "https://api.github.com/repos/darkwing/YouShouldUseTest/issues/19",
$ ./node_modules/.bin/intern-runner config=inter-local.js
/Users/davidwalsh/Projects/kuma/tests/ui/node_modules/intern/node_modules/dojo/dojo.js:757
throw new Error('Failed to load module ' + module.mid + ' from ' + url +
^
Error: Failed to load module inter-local.js from /Users/davidwalsh/Projects/kuma/tests/ui/inter-local.js (parent: *32)
at /Users/davidwalsh/Projects/kuma/tests/ui/node_modules/intern/node_modules/dojo/dojo.js:757:12
at fs.js:208:20
at Object.oncomplete (fs.js:108:15)
$ ./node_modules/.bin/intern-runner config=inter-local.js
/Users/davidwalsh/Projects/kuma/tests/ui/node_modules/intern/node_modules/dojo/dojo.js:757
throw new Error('Failed to load module ' + module.mid + ' from ' + url +
^
Error: Failed to load module inter-local.js from /Users/davidwalsh/Projects/kuma/tests/ui/inter-local.js (parent: *32)
at /Users/davidwalsh/Projects/kuma/tests/ui/node_modules/intern/node_modules/dojo/dojo.js:757:12
at fs.js:208:20
at Object.oncomplete (fs.js:108:15)
{
something: true,
else: false
}
JPM info XPI created at /var/folders/k1/w3tpml451v3662sh7lstbhtr0000gn/T/@jpm-devtools-template-0.0.1.xpi (2150ms)
JPM info Removing fallbacks if they were necessary..
JPM info Creating a new profile
JPM info Using temporary profile at
JPM info /var/folders/k1/w3tpml451v3662sh7lstbhtr0000gn/T/aa9ae89f-49cc-4ea3-b0b1-8009b8d77e23
JPM info Executing Firefox binary: /Applications/FirefoxDeveloperEdition.app/Contents/MacOS/firefox-bin
JPM info Executing Firefox with args: -foreground,-no-remote,-profile,/var/folders/k1/w3tpml451v3662sh7lstbhtr0000gn/T/aa9ae89f-49cc-4ea3-b0b1-8009b8d77e23
JPM info 1423843267505 addons.manager DEBUG Application has been upgraded
JPM info 1423843267522 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm: ["XPIProvider"]
[hekad]
base_dir = '/Users/davidwalsh/Projects/heka/base'
share_dir = '/Users/davidwalsh/Projects/heka/build/heka/share/heka'
[LogstreamerInput]
log_directory = '/Users/davidwalsh/Projects/heka/log'
file_match = 'auth\.log'
[PayloadEncoder]
append_newlines = false
<<<<<<< HEAD
$("#id_profile-expertise").hide().after("<ul id='tags-expertise' class='tags'></ul>");
=======
$('#id_profile-expertise').hide().after('<ul id="tags-expertise" class="taglist"></ul>');
>>>>>>> ba3903b... bug 1055078 - Make profile.js pass jshint
<<<<<<< HEAD
$("#id_profile-expertise").hide().after("<ul id='tags-expertise' class='tags'></ul>");
=======
$('#id_profile-expertise').hide().after('<ul id="tags-expertise" class="taglist"></ul>');
>>>>>>> ba3903b... bug 1055078 - Make profile.js pass jshint
// Learn more about configuring this file at <https://github.com/theintern/intern/wiki/Configuring-Intern>.
// These default settings work OK for most people. The options that *must* be changed below are the
// packages, suites, excludeInstrumentation, and (if you want functional tests) functionalSuites.
define({
// The port on which the instrumenting proxy will listen
proxyPort: 9000,
// A fully qualified URL to the Intern proxy
proxyUrl: 'http://localhost:9000/',
// Learn more about configuring this file at <https://github.com/theintern/intern/wiki/Configuring-Intern>.
// These default settings work OK for most people. The options that *must* be changed below are the
// packages, suites, excludeInstrumentation, and (if you want functional tests) functionalSuites.
define({
// The port on which the instrumenting proxy will listen
proxyPort: 9000,
// A fully qualified URL to the Intern proxy
proxyUrl: 'http://localhost:9000/',