Skip to content

Commit f22a94d

Browse files
committed
chore: update biome.json to include test files in the includes array
1 parent 949c3c1 commit f22a94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
}
3434
},
3535
"files": {
36-
"includes": ["*.ts", "*.js", "*.json", "src/**/*"]
36+
"includes": ["*.ts", "*.js", "*.json", "src/**/*", "test/**/*"]
3737
}
3838
}

0 commit comments

Comments
 (0)