Skip to content

Commit

Permalink
replace cypress with vitest
Browse files Browse the repository at this point in the history
initial commit
  • Loading branch information
thednp committed Sep 6, 2024
1 parent cd63a8e commit ec0a15e
Show file tree
Hide file tree
Showing 25 changed files with 7,811 additions and 14,011 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/badges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3

- name: Update version badges 🏷
run: npx -p dependency-version-badge update-badge typescript cypress eslint prettier vite
run: npx -p dependency-version-badge update-badge typescript eslint prettier vitest vite

- name: Commit any changed files 💾
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
- name: Install Dependencies
run: npm install

- name: Install Cypress
run: npx cypress install
- name: Install Playwright
run: npx playwright install

- name: Lint
run: npm run lint

- name: Build
run: npm run build
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
[![ci](https://github.com/thednp/dommatrix/actions/workflows/ci.yml/badge.svg)](https://github.com/thednp/dommatrix/actions/workflows/ci.yml)
[![jsDeliver](https://data.jsdelivr.com/v1/package/npm/@thednp/dommatrix/badge)](https://www.jsdelivr.com/package/npm/@thednp/dommatrix)
[![typescript version](https://img.shields.io/badge/typescript-5.5.4-brightgreen)](https://www.typescriptlang.org/)
[![cypress version](https://img.shields.io/badge/cypress-13.13.1-brightgreen)](https://www.cypress.io/)
[![eslint version](https://img.shields.io/badge/eslint-8.44.0-brightgreen)](https://github.com/eslint)
[![vite version](https://img.shields.io/badge/vite-5.3.5-brightgreen)](https://vitejs.dev/)
[![eslint version](https://img.shields.io/badge/eslint-8.57.0-brightgreen)](https://github.com/eslint)
[![vitest version](https://img.shields.io/badge/vitest-2.0.5-brightgreen)](https://vitest.dev/)
[![vite version](https://img.shields.io/badge/vite-5.4.3-brightgreen)](https://vitejs.dev/)
[![prettier version](https://img.shields.io/badge/prettier-2.8.8-brightgreen)](https://prettier.io/)

A TypeScript sourced [DOMMatrix](https://developer.mozilla.org/en-US/docs/Web/API/DOMMatrix) shim for **Node.js** apps and legacy browsers. Since this source is modernized, legacy browsers might need some additional shims.
Expand Down
29 changes: 0 additions & 29 deletions cypress.config.ts

This file was deleted.

50 changes: 0 additions & 50 deletions cypress/plugins/esbuild-istanbul.ts

This file was deleted.

34 changes: 0 additions & 34 deletions cypress/plugins/tsCompile.ts

This file was deleted.

37 changes: 0 additions & 37 deletions cypress/support/commands.ts

This file was deleted.

21 changes: 0 additions & 21 deletions cypress/support/e2e.ts

This file was deleted.

Loading

0 comments on commit ec0a15e

Please sign in to comment.