Skip to content

Commit

Permalink
Remove explicitly running snapshot test (#1140)
Browse files Browse the repository at this point in the history
These tests run with the existing suite of unit tests and don't need to be run again.
  • Loading branch information
stevekinney committed Feb 17, 2023
1 parent 7fa77ef commit f058d0c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,3 @@ jobs:
uses: ./.github/actions/checkout-and-setup
- name: Run Unit Tests
run: pnpm test
snapshot-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout and Setup Node
uses: ./.github/actions/checkout-and-setup
- name: Run Snapshot Tests
run: pnpm test:snapshot
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"test:ui": "TZ=UTC vitest --ui",
"test:coverage": "TZ=UTC vitest run --coverage",
"test:integration": "playwright test",
"test:snapshot": "vitest run --dir src/lib/holocene",
"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore . && stylelint \"src/**/*.{css,postcss,svelte}\"",
"lint:fix": "eslint --ignore-path .gitignore --fix",
"format": "prettier --write --plugin-search-dir=. . && stylelint \"src/**/*.{css,postcss,svelte}\" --fix",
Expand Down

0 comments on commit f058d0c

Please sign in to comment.