UNPKG

@zkochan/pnpm

Version:

A fast implementation of npm install

21 lines (17 loc) 407 B
var standard = require('mocha-standard') describe('coding style', function () { this.timeout(5000) it('lib conforms to standard', standard.files([ '*.js', 'lib/**/*.js' ])) it('tests conform to standard', standard.files([ 'test/**/*.js' ], { global: [ 'describe', 'it', 'xdescribe', 'xit', 'before', 'beforeEach', 'after', 'afterEach', 'expect' ] })) })