Skip to content

Commit

Permalink
ci: Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot committed Dec 12, 2023
1 parent 2fe3c92 commit a304a71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ava.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export default () => {
ignoredByWatcher: ['tmp/**/*'],
files: ['**/*.test.ts', '!package/**/*'],
extensions: {
ts: 'commonjs'
ts: 'commonjs',
},
nodeArguments: ['--import=tsx']
nodeArguments: ['--import=tsx'],
}
}

0 comments on commit a304a71

Please sign in to comment.