Skip to content

Commit

Permalink
delete unused locale test
Browse files Browse the repository at this point in the history
  • Loading branch information
raulfdm committed Jan 11, 2025
1 parent c5017c1 commit 9f09608
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: ./.github/actions/bun

- name: Install Playwright Browsers
run: bunx playwright install --with-deps
run: bun playwright install --with-deps

- name: Run Playwright tests
run: bun turbo test:e2e
Expand Down
2 changes: 1 addition & 1 deletion website-new/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest",
"test": "vitest --passWithNoTests",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui"
},
Expand Down
64 changes: 0 additions & 64 deletions website-new/src/lib/config/locale.test.ts

This file was deleted.

7 changes: 7 additions & 0 deletions website-new/vitest.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { defineConfig } from 'vitest/config';

export default defineConfig({
test: {
exclude: ['e2e'],
},
});

0 comments on commit 9f09608

Please sign in to comment.