All files / src/tests/testData interbit.config.js

100% Statements 2/2
100% Branches 0/0
100% Functions 0/0
100% Lines 2/2
1 2 3 4 5 6 7 8 9 10 11 12 13 141x   1x                      
const path = require('path')
 
module.exports = {
  peers: [],
  staticChains: {
    covenant: 'covenant'
  },
  covenants: {
    covenant: {
      location: path.join(__dirname, 'covenant')
    }
  }
}