UNPKG

nativescript

Version:

Command-line interface for building NativeScript projects

10 lines (8 loc) 220 B
import { runTestApp } from "@nativescript/unit-test-runner"; // import other polyfills here runTestApp({ runTests: () => { const tests = require.context("./", true, /\.spec\.js$/); tests.keys().map(tests); }, });