tasks/test-bin.js: Delete duplicate test
Per comment by @ErisDS on the GitHub PR: https://github.com/wycats/handlebars.js/pull/1666#issuecomment-606805248
This commit is contained in:
@@ -160,20 +160,6 @@ const testCases = [
|
||||
outputLocation: 'stdout',
|
||||
expectedOutputSpec: './spec/expected/source.map.amd.js'
|
||||
},
|
||||
{
|
||||
binInputParameters: [
|
||||
'-i',
|
||||
'<div>1</div>',
|
||||
'-a',
|
||||
'-m',
|
||||
'-N',
|
||||
'test',
|
||||
'--map',
|
||||
'./spec/artifacts/source.map.amd.txt'
|
||||
],
|
||||
outputLocation: 'stdout',
|
||||
expectedOutputSpec: './spec/expected/source.map.amd.js'
|
||||
},
|
||||
{
|
||||
binInputParameters: ['./spec/artifacts/bom.handlebars', '-b', '-a'],
|
||||
outputLocation: 'stdout',
|
||||
|
||||
Reference in New Issue
Block a user