bridge both ways and prevent reflections
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
const {test} = require("supertape")
|
||||
const assert = require("assert")
|
||||
const reg = require("./read-registration")
|
||||
|
||||
test("reg: has necessary parameters", t => {
|
||||
@@ -8,4 +7,4 @@ test("reg: has necessary parameters", t => {
|
||||
propertiesToCheck.filter(p => p in reg),
|
||||
propertiesToCheck
|
||||
)
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user