Skip to content

Commit

Permalink
add test for error when mixing --keep- and --out-file-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Aug 5, 2019
1 parent eefe898 commit 1415c95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
@@ -0,0 +1,4 @@
{
"args": ["--keep-file-extension", "--out-file-extension", ".mjs"],
"stderrContains": true
}
@@ -0,0 +1 @@
--out-file-extension cannot be used with --keep-file-extension

0 comments on commit 1415c95

Please sign in to comment.