Skip to content

Instantly share code, notes, and snippets.

@poying
Created November 22, 2014 03:12
Show Gist options
  • Save poying/ce1023fbd0e618a311b7 to your computer and use it in GitHub Desktop.
Save poying/ce1023fbd0e618a311b7 to your computer and use it in GitHub Desktop.
'use strict';
var expect = require('chai').expect;
var myModule = require('../my-module');
describe('myModule', function () {
it('should xxx', function () {
// ...
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment