UNPKG

argon-cli

Version:

Argon CLI provide tools for creating components and running build scripts

10 lines (8 loc) 185 B
import #component# from './#component#'; describe('#component#', function () { before(function () { this.#instance# = new #component#({ el: document.body }); }); });