Skip to content

Commit 80d2c9a

Browse files
committed
chore: remove bundleValidatorHelper
1 parent d1607c8 commit 80d2c9a

File tree

4 files changed

+0
-152
lines changed

4 files changed

+0
-152
lines changed

lib/bootstrap.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ $injector.require("devicePathProvider", "./device-path-provider");
144144

145145
$injector.requireCommand("platform|clean", "./commands/platform-clean");
146146

147-
$injector.require("bundleValidatorHelper", "./helpers/bundle-validator-helper");
148147
$injector.require("androidBundleValidatorHelper", "./helpers/android-bundle-validator-helper");
149148
$injector.require("liveSyncCommandHelper", "./helpers/livesync-command-helper");
150149
$injector.require("deployCommandHelper", "./helpers/deploy-command-helper");

lib/helpers/bundle-validator-helper.ts

Lines changed: 0 additions & 40 deletions
This file was deleted.

test/controllers/prepare-controller.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ function createTestInjector(data: { hasNativeChanges: boolean }): IInjector {
5454
isFileInIgnoreList: () => false
5555
});
5656

57-
injector.register("bundleValidatorHelper", {
58-
validate: () => ({})
59-
});
60-
6157
const prepareController: PrepareController = injector.resolve("prepareController");
6258
prepareController.emit = (eventName: string, eventData: any) => {
6359
emittedEventNames.push(eventName);

test/helpers/bundle-validator-helper.ts

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)