more tests for DockerfileService

This commit is contained in:
alecmerdler 2017-03-07 17:34:43 -08:00
parent 80b3666eb7
commit 32827d7ba4
3 changed files with 202 additions and 54 deletions

View file

@ -48,6 +48,7 @@ export class quay {
// TODO: Make injected values into services and move to NgModule.providers, as constants are not supported in Angular 2
angular
.module(quay.name)
.factory("FileReaderFactory", () => () => new FileReader())
.constant('NAME_PATTERNS', NAME_PATTERNS)
.constant('INJECTED_CONFIG', INJECTED_CONFIG)
.constant('INJECTED_FEATURES', INJECTED_FEATURES)