diff options
Diffstat (limited to 'tests/js/tsourcemap.nim')
-rw-r--r-- | tests/js/tsourcemap.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/js/tsourcemap.nim b/tests/js/tsourcemap.nim index ff6f6122f..d358e4a57 100644 --- a/tests/js/tsourcemap.nim +++ b/tests/js/tsourcemap.nim @@ -1,6 +1,6 @@ discard """ action: "run" - target: "js" + targets: "js" cmd: "nim js -r -d:nodejs $options --sourceMap:on $file" """ import std/[os, json, strutils, sequtils, algorithm, assertions, paths, compilesettings] |