mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-03-29 02:29:25 +00:00
🔧 Update config
This commit is contained in:
parent
aa129a80e9
commit
ed9c7f7d15
2 changed files with 6 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://biomejs.dev/schemas/2.0.4/schema.json",
|
||||
"$schema": "https://biomejs.dev/schemas/2.3.4/schema.json",
|
||||
"files": {
|
||||
"includes": ["src/**/*.ts"]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@ export default defineConfig({
|
|||
include: ['**/__tests__/**/*.test.ts'],
|
||||
globals: true,
|
||||
testTimeout: 10000,
|
||||
poolOptions: {
|
||||
threads: {
|
||||
maxThreads: 10,
|
||||
},
|
||||
},
|
||||
poolOptions: {
|
||||
threads: {
|
||||
maxThreads: 10,
|
||||
},
|
||||
},
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue