Skip to content

Commit

Permalink
Removing unused test packages and files
Browse files Browse the repository at this point in the history
  • Loading branch information
lvcabral committed Nov 12, 2024
1 parent 7074809 commit 2f45347
Show file tree
Hide file tree
Showing 5 changed files with 838 additions and 1,994 deletions.
4 changes: 0 additions & 4 deletions config/env_test.json

This file was deleted.

13 changes: 0 additions & 13 deletions e2e/hello_world.e2e.js

This file was deleted.

22 changes: 0 additions & 22 deletions e2e/utils.js

This file was deleted.

8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@
},
"scripts": {
"postinstall": "electron-builder install-app-deps",
"preunit": "webpack --config build/webpack.unit.config.js --env test --display=none",
"unit": "electron-mocha temp/specs.js --renderer --require source-map-support/register",
"pree2e": "webpack --config build/webpack.app.config.js --env test --display=none && webpack --config build/webpack.e2e.config.js --env test --display none",
"e2e": "mocha temp/e2e.js --require source-map-support/register",
"test": "npm run unit && npm run e2e",
"start": "node build/start.js",
"clean": "rimraf ./app/**",
"build": "webpack --config build/webpack.app.config.js",
Expand Down Expand Up @@ -104,15 +99,12 @@
"@types/request": "^2.47.0",
"babel-loader": "^8.0.6",
"brs-engine": "^1.7.1",
"chai": "^4.1.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"electron": "^25.9.7",
"electron-builder": "^24.13.2",
"electron-mocha": "^8.2.2",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^5.5.3",
"mocha": "^6.2.3",
"postinstall-postinstall": "^2.1.0",
"source-map-support": "^0.5.6",
"style-loader": "^3.3.1",
Expand Down
Loading

0 comments on commit 2f45347

Please sign in to comment.