Initial Commit
This commit is contained in:
10
tests/__data__/input/sites/example.com.config.js
Normal file
10
tests/__data__/input/sites/example.com.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
site: 'example.com',
|
||||
days: 2,
|
||||
url() {
|
||||
return `https://example.com`
|
||||
},
|
||||
parser() {
|
||||
return []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user