1
0
Fork 0

bridge both ways and prevent reflections

This commit is contained in:
Cadence Ember 2023-07-04 00:39:42 +12:00
parent 3578ca28b5
commit 39cdba9f90
15 changed files with 67 additions and 51 deletions

View file

@ -1,5 +1,4 @@
const {test} = require("supertape")
const assert = require("assert")
const {path} = require("./api")
test("api path: no change for plain path", t => {

View file

@ -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
)
})
})