Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 86a0bd5

Browse files
authored
[TEST] remove e2e (#16)
1 parent cd8fe11 commit 86a0bd5

File tree

8 files changed

+3
-146
lines changed

8 files changed

+3
-146
lines changed

library/ts-rollup/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,10 @@ You should have the following rendering:
7979
##### Unit tests + Coverage
8080
`npm run test:unit:coverage`
8181

82-
##### E2E tests
83-
`npm run test:e2e`
84-
85-
##### E2E tests + Coverage
86-
`npm run test:e2e:coverage`
87-
8882
#### All the previous commands
8983
`npm run all`
9084

9185
#### Build the _production_ bundle
9286
Run a clean production build with lint and test
9387

94-
`npm run all`
88+
`npm run build`

library/ts-rollup/package.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@
1313
"build": "rollup -c",
1414
"lint": "eslint \"*/**/*.{js,ts,tsx}\" --max-warnings 0 --fix",
1515
"watch": "rollup -cw --silent --environment watchMode:true",
16-
"test": "run-s test:unit test:e2e",
16+
"test": "npm run test:unit",
1717
"test:unit": "jest --runInBand --config=./test/unit/jest.config.js",
18-
"test:unit:coverage": "npm run test:unit -- --coverage",
19-
"test:e2e": "cross-env DEBUG=bv:test:* JEST_IMAGE_SNAPSHOT_TRACK_OBSOLETE=1 jest --runInBand --detectOpenHandles --config=./test/e2e/jest.config.js",
20-
"test:e2e:coverage": "npm run test:e2e -- --coverage"
18+
"test:unit:coverage": "npm run test:unit -- --coverage"
2119
},
2220
"keywords": [],
2321
"author": "",
@@ -30,20 +28,15 @@
3028
"@typed-mxgraph/typed-mxgraph": "^1.0.1",
3129
"@types/debug": "^4.1.5",
3230
"@types/jest": "^26.0.22",
33-
"@types/jest-image-snapshot": "^4.3.0",
3431
"@typescript-eslint/eslint-plugin": "^4.22.0",
3532
"@typescript-eslint/parser": "^4.22.0",
36-
"cross-env": "^7.0.3",
3733
"eslint": "^7.24.0",
3834
"eslint-config-prettier": "^8.2.0",
3935
"eslint-plugin-prettier": "^3.4.0",
4036
"jest": "^26.6.3",
4137
"jest-html-reporter": "^3.3.0",
42-
"jest-image-snapshot": "^4.4.1",
43-
"jest-playwright-preset": "^1.5.2",
4438
"minimist": "^1.2.5",
4539
"npm-run-all": "^4.1.5",
46-
"playwright": "^1.10.0",
4740
"prettier": "^2.2.1",
4841
"rimraf": "^3.0.2",
4942
"rollup": "^2.45.2",

library/ts-rollup/test/e2e/config/jest.image.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

library/ts-rollup/test/e2e/config/playwright.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.

library/ts-rollup/test/e2e/jest-playwright.config.js

Lines changed: 0 additions & 24 deletions
This file was deleted.

library/ts-rollup/test/e2e/jest.config.js

Lines changed: 0 additions & 41 deletions
This file was deleted.

library/ts-rollup/test/e2e/something.test.ts

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)