Skip to content

Commit

Permalink
style: Run Prettier on JavaScript files
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroschmitz committed Jan 26, 2021
1 parent c420eaf commit 545ce91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion japaFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ require('ts-node/register')

const { configure } = require('japa')
configure({
files: ['test/**/*.spec.ts']
files: ['test/**/*.spec.ts'],
})

0 comments on commit 545ce91

Please sign in to comment.