Skip to content

Commit a38c697

Browse files
committed
chore: remove cypress remnants
1 parent b50bbf9 commit a38c697

File tree

5 files changed

+3
-17
lines changed

5 files changed

+3
-17
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -123,17 +123,6 @@ jobs:
123123
- name: Install Dependencies
124124
run: pnpm install
125125

126-
# TODO: is this still needed?
127-
- name: Cypress PNPM Patch
128-
run: cp pnpm-lock.yaml package-lock.json
129-
130-
- name: Cypress
131-
uses: cypress-io/github-action@v2
132-
with:
133-
install-command: echo
134-
build: pnpm run build
135-
start: npx vite --port 3333
136-
137126
js-cs-fixer: # TODO: does this still work as it should?
138127
if: github.event_name == 'pull_request' && ! startsWith(github.ref, 'refs/heads/auto-fixed/')
139128
runs-on: ${{ matrix.os }}

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@
4545
"automagically",
4646
"openwebstacks",
4747
"corepack",
48+
"changelogithub",
4849
]
4950
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ This Starter Kit is a Component-First, UI & Build Framework. When developing you
8787
- [Modern CSS Engine](https://github.com/unocss/unocss) - pre-configured UnoCSS allows to create & manage your style guide with ease
8888
- [Fully Typed APIs](https://www.typescriptlang.org/) - via TypeScript 4.8
8989
- [Be a Good Commitizen](https://www.npmjs.com/package/git-cz) - pre-configured Commitizen & git-cz setup to simplify semantic git commits, versioning, and changelog generations
90-
- [Built With Testing In Mind](https://github.com/vitest-dev/vitest) - pre-configured unit-testing powered by [Vitest](https://github.com/vitest-dev/vitest) & e2e-testing by [Cypress](https://cypress.io/)
90+
- [Built With Testing In Mind](https://github.com/vitest-dev/vitest) - pre-configured unit & e2e-testing powered by [Vitest](https://github.com/vitest-dev/vitest)
9191
- [Renovate](https://renovatebot.com/) - optimized & automated PR dependency updates
9292
- [GitHub Actions](https://github.com/features/actions) - runs your CI (fixes code style issues, tags releases & creates its changelogs, runs the test suite, etc.
9393

cypress.json

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

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es2017",
3+
"target": "esnext",
44
"module": "esnext",
55
"moduleResolution": "node",
66
"strict": true,

0 commit comments

Comments
 (0)