UNPKG

react-native-notifications

Version:

Advanced Push Notifications (Silent, interactive notifications) for iOS & Android

10 lines (7 loc) 183 B
const exec = require('shell-utils').exec; run(); function run() { exec.execSync(`jest`); exec.execSync(`npm run test-unit-ios`); exec.execSync(`npm run test-unit-android`); }