UNPKG

spartan-shield

Version:

nodejs project to package and configure common security middleware.

12 lines (8 loc) 225 B
'use strict'; var expect = require('chai').expect; var should = require('chai').should(); describe ('Mocha sanity check', function (){ it('should run tests using npm', function (){ expect(true).to.be.true; }); });