@Test
  public void testUnbundleOutputContainsJSAndResources() throws IOException {
    workspace.runBuckBuild("//:DemoApp-Unbundle#iphonesimulator-x86_64,no-debug").assertSuccess();

    workspace.verify(
        createPath("buck-out", "gen", "DemoApp-Unbundle#iphonesimulator-x86_64,no-debug"));
  }