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:
DeeDeeG
2020-03-31 15:14:17 -04:00
committed by Hannah Wolfe
parent c491b4ea25
commit e46baa1fe2
-14
View File
@@ -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',