Skip to content

Commit

Permalink
tasks/test-bin.js: Delete duplicate test
Browse files Browse the repository at this point in the history
Per comment by @ErisDS on the GitHub PR:
#1666 (comment)
  • Loading branch information
DeeDeeG authored and ErisDS committed Apr 1, 2020
1 parent c491b4e commit e46baa1
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions tasks/test-bin.js
Expand Up @@ -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',
Expand Down

0 comments on commit e46baa1

Please sign in to comment.