This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
something: true, | |
else: false | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<<<<<<< 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<<<<<<< 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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/', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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/', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ node_modules/.bin/intern-client config=tests-intern/intern suites=tests-intern/tests/home/main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ node_modules/.bin/intern-client config=tests-intern/intern suites=tests-intern/tests/home/main |