UNPKG

html-e2e

Version:

Tools for e2e functional testing through HTMl views

11 lines (8 loc) 197 B
const Adapter = require('./Adapter') const Port = require('../domain/Thing.port') describe('Thing adapter', function () { beforeEach(function () { this.adapter = Adapter() }) Port() })