Skip to content

Commit

Permalink
chore: remove broken jest/babel tests and use vitest. turn tests on i…
Browse files Browse the repository at this point in the history
…n ci
  • Loading branch information
teebszet committed Nov 27, 2023
1 parent cad4f24 commit 0a800fa
Show file tree
Hide file tree
Showing 8 changed files with 1,895 additions and 101 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@
"moduleDirectory": ["node_modules", "src/"]
}
}
}
},
"ignorePatterns": ["vite.config.ts"]
}
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
npx eslint .
npx tsc --noEmit
# npm test --passWithNoTests
npm test
- name: Build
env:
TRANSAC_API_KEY: ${{ secrets.TRANSAC_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
npx eslint .
npx tsc --noEmit
# npm test --passWithNoTests
npm test
- name: Build
env:
TRANSAC_API_KEY: ${{ secrets.TRANSAC_API_KEY }}
Expand Down
Loading

0 comments on commit 0a800fa

Please sign in to comment.