Created
December 15, 2018 11:44
-
-
Save zzj0402/8feafae59ac19df126d946c8674620db to your computer and use it in GitHub Desktop.
JS Mocha Test Case Tempate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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