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)
DeeDeeG authored and ErisDS committed Apr 1, 2020

Partially verified

This commit is signed with the committer’s verified signature.
spydon’s contribution has been verified via GPG key.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
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
Original file line number Diff line number Diff line change
@@ -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',

0 comments on commit e46baa1

Please sign in to comment.