mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-02 12:27:08 +01:00
Fix generation glitches.
Fix output file name glitch, writing CSS files to destination folder, and an issue where the process would evaporate before PDF/PNG generation could complete.
This commit is contained in:
@ -18,7 +18,7 @@ var chai = require('chai')
|
||||
|
||||
describe('Testing CLI interface', function () {
|
||||
|
||||
this.timeout(5000);
|
||||
this.timeout(10000);
|
||||
|
||||
function run( args, expErr ) {
|
||||
var title = args;
|
||||
|
Reference in New Issue
Block a user