Skip to content

Commit 297e41d

Browse files
Vasil ChimevVasil Chimev
Vasil Chimev
authored and
Vasil Chimev
committed
Add the typescript tests to the runner.
NativeScript/nativescript-cli#1117
1 parent baba449 commit 297e41d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tns_tests_runner.py

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
from tests.prepare_linux import PrepareAndroid
4040
from tests.prepare_osx import PrepareiOS
4141
from tests.run_osx import RuniOS
42+
from tests.transpilation_typescript import TranspilationTypeScript
4243
from tests.usage import UsageAndErrorTracking
4344
from tests.version import Version
4445

@@ -117,6 +118,7 @@ def run_tests():
117118
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(EmulateAndroid))
118119
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(LibraryAndroid))
119120
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(LiveSyncEmulator))
121+
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(TranspilationTypeScript))
120122
if 'Darwin' in platform.platform():
121123
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(EmulateiOS))
122124
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(LibraryiOS))

0 commit comments

Comments
 (0)