Skip to content

Commit

Permalink
Rename src/*.js to .ts
Browse files Browse the repository at this point in the history
(I've learned my lesson from enketo#157, hopefully this will make it easier to review!)
  • Loading branch information
eyelidlessness committed Dec 25, 2022
1 parent 623731f commit ad5a78a
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default defineConfig({

coverage: {
provider: 'istanbul',
include: ['src/**/*.js'],
include: ['src/**/*.ts'],
reporter: ['html', 'text-summary', 'json'],
reportsDirectory: './test-coverage',
},
Expand Down

0 comments on commit ad5a78a

Please sign in to comment.