mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-12 19:51:14 +00:00
chore: wallaby config
This commit is contained in:
parent
4b7290acd5
commit
97da04af99
1 changed files with 15 additions and 0 deletions
15
wallaby.js
Normal file
15
wallaby.js
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
module.exports = function(wallaby) {
|
||||
return {
|
||||
files: ["src/**/*.js?(x)", "!src/**/*.spec.ts?(x)"],
|
||||
tests: ["__tests__/**/*.test.ts?(x)"],
|
||||
|
||||
env: {
|
||||
type: "node",
|
||||
runner: "node"
|
||||
},
|
||||
|
||||
testFramework: "jest",
|
||||
|
||||
debug: true
|
||||
};
|
||||
};
|
||||
Loading…
Reference in a new issue