mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-05-06 03:54:44 +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": {
|
"files": {
|
||||||
"includes": ["src/**/*.ts"]
|
"includes": ["src/**/*.ts"]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -12,10 +12,10 @@ export default defineConfig({
|
||||||
include: ['**/__tests__/**/*.test.ts'],
|
include: ['**/__tests__/**/*.test.ts'],
|
||||||
globals: true,
|
globals: true,
|
||||||
testTimeout: 10000,
|
testTimeout: 10000,
|
||||||
|
},
|
||||||
poolOptions: {
|
poolOptions: {
|
||||||
threads: {
|
threads: {
|
||||||
maxThreads: 10,
|
maxThreads: 10,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
|
||||||
});
|
});
|
||||||
Loading…
Add table
Add a link
Reference in a new issue