mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
To run tests please build using one of the *_Tests build configurations and call runAll() method of the Tests module. For example:
var tests = require("Tests");
tests.runAll();