mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 01:56:21 +00:00
Improve --options tests.
This commit is contained in:
parent
b961fd1c07
commit
ddceec68a2
@ -92,6 +92,8 @@ describe('Testing Ouput interface', function () {
|
||||
[
|
||||
'build',
|
||||
'node_modules/fresh-test-resumes/src/jane-fullstacker.fresh.json',
|
||||
'to',
|
||||
'test/sandbox/temp/janeq-1.all',
|
||||
'-o',
|
||||
"{ theme: 'compact', debug: true, pdf: 'wkhtmltopdf' }"],
|
||||
[ 'Applying COMPACT theme', '(with wkhtmltopdf)'] );
|
||||
@ -100,7 +102,22 @@ describe('Testing Ouput interface', function () {
|
||||
[
|
||||
'build',
|
||||
'node_modules/fresh-test-resumes/src/jane-fullstacker.fresh.json',
|
||||
'to',
|
||||
'test/sandbox/temp/janeq-2.all',
|
||||
'--options',
|
||||
"test/hmr-options.json"],
|
||||
[ 'Applying POSITIVE theme'] );
|
||||
|
||||
run('Explicit command line options should override --options',
|
||||
[
|
||||
'build',
|
||||
'node_modules/fresh-test-resumes/src/jane-fullstacker.fresh.json',
|
||||
'to',
|
||||
'test/sandbox/temp/janeq-3.all',
|
||||
'--options',
|
||||
"test/hmr-options.json",
|
||||
"-t",
|
||||
"modern"
|
||||
],
|
||||
[ 'Applying MODERN theme'] );
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user