Skip to content

Commit

Permalink
Merge pull request #398 from devoxa/update-dvx
Browse files Browse the repository at this point in the history
Update to dvx rules
  • Loading branch information
kodiakhq[bot] authored Dec 21, 2024
2 parents 8a75e83 + 0edae41 commit 8e45cec
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- master
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test-and-build:
name: 'Test & build'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<!-- Description -->
<h4 align="center">
<a href="https://github.com/allaboutapps/integresql">IntegreSQL</a> client for managing isolated PostgreSQL databases in integration tests.
<a href="https://github.com/allaboutapps/integresql">IntegreSQL</a> client for managing isolated PostgreSQL databases in integration tests
</h4>

<!-- Badges -->
Expand Down
4 changes: 3 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module.exports = {
transform: { '^.+\\.tsx?$': '@swc/jest' },
transform: {
'^.+\\.tsx?$': ['@swc/jest', { jsc: { transform: { react: { runtime: 'automatic' } } } }],
},
coverageProvider: 'v8',
testEnvironment: 'node',
modulePathIgnorePatterns: ['<rootDir>/dist'],
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Output Options
"target": "es2022",
"module": "commonjs",
"jsx": "react",
"jsx": "react-jsx",
"noEmitOnError": true,
"newLine": "lf",
"outDir": "dist/",
Expand Down

0 comments on commit 8e45cec

Please sign in to comment.