From a7ed63860d3fb6ba6a8f2f0559a308bc0c68e610 Mon Sep 17 00:00:00 2001 From: Nikita Poltoratsky Date: Mon, 1 Oct 2018 16:33:01 +0300 Subject: [PATCH] fix(e2e): add redundance note in protractor.conf.ci.js (#839) --- protractor.conf.ci.js | 1 + 1 file changed, 1 insertion(+) diff --git a/protractor.conf.ci.js b/protractor.conf.ci.js index 386cca016c..8d8a5a427e 100644 --- a/protractor.conf.ci.js +++ b/protractor.conf.ci.js @@ -1,5 +1,6 @@ // Protractor configuration file, see link for more information // https://github.com/angular/protractor/blob/master/lib/config.ts +// TODO this config is redundant but we'll keep it for the future purposes const browserstack = require('browserstack-local'); const { SpecReporter } = require('jasmine-spec-reporter');