Skip to content

inconvenient BDD snippet #53

@magicdawn

Description

@magicdawn

current

[ita] it asynchronous
it('${1:description}', function(done) {
    ${0:// body...}
});

[its] it synchronous
it('${1:description}', function() {
    ${0:// body...}
});

[itp] it pending
it('${1:description}');

suggest

it => synchronous style
itc => callback style asynchronous style
ita => async/await style asynchronous style

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions