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

Add generator for creating a test files #14

Open
melvsparks opened this issue Mar 9, 2018 · 0 comments
Open

Add generator for creating a test files #14

melvsparks opened this issue Mar 9, 2018 · 0 comments
Labels

Comments

@melvsparks
Copy link

We should have an option to generate a bare test skeleton.

describe('nameTests', () => {
it('', () => {
// Arrange

    // Act

    // Assert
});

});

@melvsparks melvsparks changed the title Feature: We should add an options for creating a test file for utils, mutators, and orchestrators Feature: Add an option for creating a test file for utils, mutators, and orchestrators Mar 9, 2018
@martellaj martellaj changed the title Feature: Add an option for creating a test file for utils, mutators, and orchestrators Add generator for creating a test files May 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants