guify
Version:
A simple GUI for inspecting and changing JS variables
22 lines (16 loc) • 443 B
JavaScript
/* global describe, it, before */
// import chai from 'chai';
// import {GUI} from '../lib/guify.js';
// chai.expect();
// const expect = chai.expect;
// let gui;
// describe('Given an instance of my GUI library', () => {
// before(() => {
// gui = new GUI();
// });
// describe('when I need the name', () => {
// it('should return the name', () => {
// expect(gui.name).to.be.equal('Cat');
// });
// });
// });