Skip to content

Commit

Permalink
Remove one other todo we confirmed works
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Sep 26, 2023
1 parent 7539d7b commit 28260ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/e2e/testRunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ const runTestsOnBranch = async (baselineOrCompare, branch) => {
const tempDir = `${config.OUTPUT_DIR}/temp`;
const tempBundlePath = `${tempDir}/index.android.bundle`;
await execAsync(`rm -rf ${tempDir} && mkdir ${tempDir}`);
// TODO: test if that breaks support for the env file
await execAsync(`E2E_TESTING=true npx react-native bundle --platform android --dev false --entry-file ${config.ENTRY_FILE} --bundle-output ${tempBundlePath}`);

// Repackage the existing native app with the new bundle
Expand Down

0 comments on commit 28260ae

Please sign in to comment.