Skip to content

chrisgco/atom-mocha-snippets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

badge apm

Mocha Snippets

Snippets for Mocha in Atom.

Install

apm install atom-mocha-snippets or search “snippets” under packages within Atom.

Snippets

describe

describe("", function(){

});

context

context("", function(){

});

it

it("", function(){

});

specify

specify("", function(){

});

before

before(function(){

});

beforeEach

beforeEach(function(){

});

after

after(function(){

});

afterEach

afterEach(function(){

});

pending

it("");

retries

this.retries(integer);

timeout

this.timeout(milliseconds);

License

[MIT] © [Merrill Lines]

About

Snippets for the javascript BDD framework Mocha: https://mochajs.org/

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%