aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/nodejs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@theqtcompany.com>2016-03-23 09:04:43 -0700
committerJake Petroules <jake.petroules@theqtcompany.com>2016-03-24 16:27:50 +0000
commite6d4dbb52021ad9d9047d3e2fe12b8d598772d9c (patch)
tree454509edc896326695e86e572a6076874cbfb0dc /tests/auto/blackbox/testdata/nodejs
parentd092d287b3b287fed52128263cd6dd6d7ff054cd (diff)
Fix typescript module to work with newer TypeScript versions.
Change-Id: I068413c66349037da82c97d67cdff65b5846bf90 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'tests/auto/blackbox/testdata/nodejs')
-rw-r--r--tests/auto/blackbox/testdata/nodejs/hello.qbs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/blackbox/testdata/nodejs/hello.qbs b/tests/auto/blackbox/testdata/nodejs/hello.qbs
index e11b1a599..d5e92209a 100644
--- a/tests/auto/blackbox/testdata/nodejs/hello.qbs
+++ b/tests/auto/blackbox/testdata/nodejs/hello.qbs
@@ -3,5 +3,4 @@ import qbs
NodeJSApplication {
nodejs.applicationFile: "hello.js"
name: "hello"
- files: "hello.js"
}