Skip to content

Commit

Permalink
Revert "vitest (#977)"
Browse files Browse the repository at this point in the history
This reverts commit 6450559.
  • Loading branch information
abvthecity authored Jun 6, 2024
1 parent 6450559 commit c8ba270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fdr-ete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:

- name: Setup database
run: |
pnpm --filter=@fern-platform/fdr docker:local
pnpm turbo --filter=@fern-platform/fdr docker:local
pnpm --filter=@fern-platform/fdr run test:ete
2 changes: 1 addition & 1 deletion servers/fdr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"docker:local": "dotenv -e .env.test -- ./create_docker.sh local",
"docker:dev": "dotenv -e .env.dev -- ./create_docker.sh",
"docker:prod": "dotenv -e .env.prod -- ./create_docker.sh",
"test": "vitest src/__test__/unit-tests --globals --run",
"test": "vitest src/__test__/unit-tests --globals",
"lint:eslint": "eslint --max-warnings 0 . --ignore-path=../../.eslintignore",
"lint:eslint:fix": "pnpm lint:eslint --fix",
"test:local": "dotenv -e .env.test -- vitest src/__test__/local --globals --config src/__test__/local/vitest.config.ts",
Expand Down

0 comments on commit c8ba270

Please sign in to comment.