Skip to content

Commit

Permalink
feat(@schematics/angular): add type checking for protractor.conf.js file
Browse files Browse the repository at this point in the history
Fixes #13958
  • Loading branch information
doggy8088 authored and alexeagle committed Mar 22, 2019
1 parent 2f79139 commit 63d6447
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
// @ts-check
// Protractor configuration file, see link for more information
// https://github.com/angular/protractor/blob/master/lib/config.ts

const { SpecReporter } = require('jasmine-spec-reporter');

/**
* @type { import("protractor").Config }
*/
exports.config = {
allScriptsTimeout: 11000,
specs: [
Expand Down

0 comments on commit 63d6447

Please sign in to comment.