1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-02 20:37:08 +01:00

Integrate printf().

This commit is contained in:
hacksalot
2016-01-14 09:46:29 -05:00
parent 7af50c51f6
commit 7765e85336
5 changed files with 8 additions and 4 deletions

View File

@ -16,7 +16,7 @@ describe('Testing Ouput interface', function () {
function MyConsoleLog( msg ) {
gather += msg;
gather += Array.prototype.slice.call(arguments).join(' ');
ConsoleLogOrg.apply(this, arguments);
}
@ -101,7 +101,7 @@ describe('Testing Ouput interface', function () {
'test/sandbox/temp/janeq-1.all',
'-o',
"{ theme: 'compact', debug: true, pdf: 'wkhtmltopdf' }"],
[ 'Applying COMPACT theme', '(with wkhtmltopdf)'] );
[ 'Applying COMPACT theme (', '(with wkhtmltopdf)'] );
run('HMR should accept a JSON settings file via --options',
[