Skip to content

Commit

Permalink
fix: latest cypress simplified ts setup
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Apr 29, 2020
1 parent 39ca350 commit 7ac344b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 46 deletions.
3 changes: 1 addition & 2 deletions lib/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"cross-env": "^7.0.0",
"cssnano": "^4.1.10",
"css-loader": "^3.4.2",
"@cypress/webpack-preprocessor": "^4.1.2",
"cypress": "^4.0.2",
"cypress": "^4.5.0",
"debounce": "^1.2.0",
"del": "^5.1.0",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
Expand Down
5 changes: 0 additions & 5 deletions skeleton/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
"e2e:headless": "au cypress --start --run"
},
"devDependencies": {
// @if feat.typescript
"@cypress/webpack-preprocessor": "",
"webpack": "",
"ts-loader": "",
// @endif
"cypress": ""
}
}
File renamed without changes.
34 changes: 0 additions & 34 deletions skeleton/cypress/test/e2e/plugins__if_typescript/index.js

This file was deleted.

7 changes: 2 additions & 5 deletions skeleton/cypress/test/e2e/tsconfig.json__if_typescript
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{
"compilerOptions": {
"strict": true,
"baseUrl": "../node_modules",
"module": "commonjs",
"baseUrl": "../../node_modules",
"target": "es5",
"lib": [
"es2015",
"dom"
],
"types": [
"cypress"
]
Expand Down

0 comments on commit 7ac344b

Please sign in to comment.