Skip to content

Provide the spec's title - similar to mocha's runnable interface#50

Open
arnulfojr wants to merge 4 commits intodanielstjules:masterfrom
arnulfojr:master
Open

Provide the spec's title - similar to mocha's runnable interface#50
arnulfojr wants to merge 4 commits intodanielstjules:masterfrom
arnulfojr:master

Conversation

@arnulfojr
Copy link

@arnulfojr arnulfojr commented Jun 30, 2020

Provide the spec's title - similar to mocha's runnable interface :)

it('test5', function(done) {
    assert.strictEqual('test5', this.spec.title);
    assert.strictEqual('test5', this.spec.fullTitle());
    assert.strictEqual('test5', this.spec.titlePath());
    assert.strictEqual('test5', this.spec.name);
    done();
});

@arnulfojr
Copy link
Author

@danielstjules any feedback? :)

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

Successfully merging this pull request may close these issues.

1 participant