Skip to content

inconvenient BDD snippet #53

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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