Skip to content

Instantly share code, notes, and snippets.

@zzj0402
Created December 15, 2018 11:44
Show Gist options
  • Save zzj0402/8feafae59ac19df126d946c8674620db to your computer and use it in GitHub Desktop.
Save zzj0402/8feafae59ac19df126d946c8674620db to your computer and use it in GitHub Desktop.
JS Mocha Test Case Tempate
const request = require('supertest');
const grid = require('../');
describe('', () => {
const test = ()
it('.', () => {
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment