Skip to content

Commit e46baa1

Browse files
DeeDeeGErisDS
authored andcommittedApr 1, 2020
tasks/test-bin.js: Delete duplicate test
Per comment by @ErisDS on the GitHub PR: #1666 (comment)
1 parent c491b4e commit e46baa1

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed
 

‎tasks/test-bin.js

-14
Original file line numberDiff line numberDiff line change
@@ -160,20 +160,6 @@ const testCases = [
160160
outputLocation: 'stdout',
161161
expectedOutputSpec: './spec/expected/source.map.amd.js'
162162
},
163-
{
164-
binInputParameters: [
165-
'-i',
166-
'<div>1</div>',
167-
'-a',
168-
'-m',
169-
'-N',
170-
'test',
171-
'--map',
172-
'./spec/artifacts/source.map.amd.txt'
173-
],
174-
outputLocation: 'stdout',
175-
expectedOutputSpec: './spec/expected/source.map.amd.js'
176-
},
177163
{
178164
binInputParameters: ['./spec/artifacts/bom.handlebars', '-b', '-a'],
179165
outputLocation: 'stdout',

0 commit comments

Comments
 (0)
Please sign in to comment.