UNPKG

cybernaut

Version:

Reliable, zero configuration end-to-end testing in BDD-style.

43 lines (42 loc) 1.78 kB
{ "files.exclude": { "**/.DS_Store": true, "**/.git": true, "**/.nyc_output": true, "**/coverage": true, "**/dist": true, "**/node_modules": true, "**/npm-debug.log*": true, "**/screenshots": true }, "search.exclude": { "**/.DS_Store": true, "**/.git": true, "**/.nyc_output": true, "**/coverage": true, "**/dist": true, "**/node_modules": true, "**/npm-debug.log*": true, "**/screenshots": true }, "tslint.configFile": "./tslint.json", "tslint.enable": true, "tslint.ignoreDefinitionFiles": false, "typescript.format.enable": true, "typescript.format.insertSpaceAfterCommaDelimiter": true, "typescript.format.insertSpaceAfterSemicolonInForStatements": true, "typescript.format.insertSpaceBeforeAndAfterBinaryOperators": true, "typescript.format.insertSpaceAfterConstructor": false, "typescript.format.insertSpaceAfterKeywordsInControlFlowStatements": true, "typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": true, "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false, "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false, "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false, "typescript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": false, "typescript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": false, "typescript.format.insertSpaceAfterTypeAssertion": true, "typescript.format.insertSpaceBeforeFunctionParenthesis": false, "typescript.format.placeOpenBraceOnNewLineForFunctions": false, "typescript.format.placeOpenBraceOnNewLineForControlBlocks": false, "typescript.tsdk": "./node_modules/typescript/lib" }