Skip to content

Commit

Permalink
also need this
Browse files Browse the repository at this point in the history
  • Loading branch information
kelset committed Sep 26, 2022
1 parent 7673b45 commit eb7cde2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/test-e2e-local.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@

const {exec, exit, pushd, popd, pwd, cd} = require('shelljs');
const yargs = require('yargs');
const fs = require('fs');
const path = require('path');
const os = require('os');

const {
launchAndroidEmulator,
Expand Down

0 comments on commit eb7cde2

Please sign in to comment.