Skip to content

Commit

Permalink
chore: 🤖 remove test exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
chef-ryan committed Nov 8, 2024
1 parent 3ff07d3 commit 6ff0239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "next dev",
"build": "next info && next build --debug",
"start": "next start",
"test": "LC_ALL=\"en_US.UTF-8\" vitest --exclude **/gauges*.test.ts --run",
"test": "LC_ALL=\"en_US.UTF-8\" vitest --run",
"test:watch": "LC_ALL=\"en_US.UTF-8\" vitest --watch",
"test:config": "vitest --run --config vitest-config-test.config.ts",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
Expand Down

0 comments on commit 6ff0239

Please sign in to comment.