(dir = DEFAULT_DATASOURCE_DIRECTORY)
| 103 | }; |
| 104 | |
| 105 | function getAllDataSourceFiles(dir = DEFAULT_DATASOURCE_DIRECTORY) { |
| 106 | return fs.readdirSync(dir).filter(s => s.endsWith('.datasource.js')); |
| 107 | } |
| 108 | |
| 109 | module.exports = { |
| 110 | getAllDataSourceFiles, |
no outgoing calls
no test coverage detected