UNPKG

nativescript

Version:

Command-line interface for building NativeScript projects

12 lines (9 loc) 247 B
import { runTestApp } from "@nativescript/unit-test-runner"; // import other polyfills here declare let require: any; runTestApp({ runTests: () => { const tests = require.context("./", true, /\.spec\.ts$/); tests.keys().map(tests); }, });