Skip to content

Commit

Permalink
chore: remove cypress remnants
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Sep 13, 2022
1 parent b50bbf9 commit a38c697
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 17 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,17 +123,6 @@ jobs:
- name: Install Dependencies
run: pnpm install

# TODO: is this still needed?
- name: Cypress PNPM Patch
run: cp pnpm-lock.yaml package-lock.json

- name: Cypress
uses: cypress-io/github-action@v2
with:
install-command: echo
build: pnpm run build
start: npx vite --port 3333

js-cs-fixer: # TODO: does this still work as it should?
if: github.event_name == 'pull_request' && ! startsWith(github.ref, 'refs/heads/auto-fixed/')
runs-on: ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@
"automagically",
"openwebstacks",
"corepack",
"changelogithub",
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ This Starter Kit is a Component-First, UI & Build Framework. When developing you
- [Modern CSS Engine](https://github.com/unocss/unocss) - pre-configured UnoCSS allows to create & manage your style guide with ease
- [Fully Typed APIs](https://www.typescriptlang.org/) - via TypeScript 4.8
- [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
- [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/)
- [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)
- [Renovate](https://renovatebot.com/) - optimized & automated PR dependency updates
- [GitHub Actions](https://github.com/features/actions) - runs your CI (fixes code style issues, tags releases & creates its changelogs, runs the test suite, etc.

Expand Down
4 changes: 0 additions & 4 deletions cypress.json

This file was deleted.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2017",
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"strict": true,
Expand Down

0 comments on commit a38c697

Please sign in to comment.