Skip to content

Commit

Permalink
chore: remove old test:snapshot flow
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Apr 6, 2024
1 parent 221c930 commit db24097
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 44 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ jobs:
run: yarn prepack

- name: Run unit tests
run: yarn test:unit

- name: Run snapshot tests
run: yarn test:snapshot
run: yarn test

# Only trigger deploy if previous steps pass and branch is main
- name: Deploy docs
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"test:unit": "vitest -r tests",
"test:snapshot": "node tests/test-snapshot",
"test": "vitest -r tests",
"test:integration": "node tests/test-integration",
"format": "prettier --write \"{src,tests,playground}/**/*.{js,ts,svelte,md}\" --ignore-path \".gitignore\"",
"prepack": "tsc"
Expand Down
38 changes: 0 additions & 38 deletions tests/test-snapshot.js

This file was deleted.

0 comments on commit db24097

Please sign in to comment.