Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MochaJS shouldn't use fat arrow syntax #1020

Closed
hovissimo opened this issue Jan 23, 2018 · 1 comment
Closed

MochaJS shouldn't use fat arrow syntax #1020

hovissimo opened this issue Jan 23, 2018 · 1 comment

Comments

@hovissimo
Copy link

snippet des "describe('thing', () => { ... })" b
describe('${1:}', () => {
${0:${VISUAL}}
});
snippet it "it('should do', () => { ... })" b
it('${1:}', () => {
${0:${VISUAL}}
});

Fat arrows are discourage in Mocha JS usage, see mochajs/mocha#2018

@lpil
Copy link
Contributor

lpil commented Jul 13, 2019

Closing due to inactivity. Please reopen if this is a current problem.

@lpil lpil closed this as completed Jul 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants