mirror of
https://github.com/zhigang1992/react-native-notifications.git
synced 2026-06-11 08:13:28 +08:00
7 lines
94 B
JavaScript
7 lines
94 B
JavaScript
const exec = require('shell-utils').exec;
|
|
|
|
run();
|
|
|
|
function run() {
|
|
exec.execSync(`jest`);
|
|
} |