UNPKG

easy-front-build

Version:

This package generate a basic structure of files (html, js && css) by module name

11 lines (6 loc) 189 B
'use strict'; const core = require('../lib/<name>.js'); const helper = require('./sinonObjects/<name>.sinon.js'); test('case test', () => { // @TODO case test here ! });