From e46baa1fe23b3a1bee07b085e48700c090218b25 Mon Sep 17 00:00:00 2001 From: DeeDeeG Date: Tue, 31 Mar 2020 15:14:17 -0400 Subject: [PATCH] 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 --- tasks/test-bin.js | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/tasks/test-bin.js b/tasks/test-bin.js index d002c133b..306dfb230 100644 --- a/tasks/test-bin.js +++ b/tasks/test-bin.js @@ -160,20 +160,6 @@ const testCases = [ outputLocation: 'stdout', expectedOutputSpec: './spec/expected/source.map.amd.js' }, - { - binInputParameters: [ - '-i', - '
1
', - '-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',