test: add circuit browser test (#326)

This commit is contained in:
Jacob Heun
2019-02-25 13:44:56 +01:00
committed by GitHub
parent 5f92acd5bb
commit 9f5f07269e
6 changed files with 164 additions and 16 deletions

View File

@ -8,3 +8,4 @@ function echo (protocol, conn) {
}
module.exports = echo
module.exports.multicodec = '/echo/1.0.0'