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

Fixed test fixtures #19

Merged
merged 1 commit into from
Jul 12, 2015
Merged

Fixed test fixtures #19

merged 1 commit into from
Jul 12, 2015

Conversation

danilosampaio
Copy link
Contributor

The color ansi codes are in inverted order in fixtures files:

For example: the first ansi test(testName = 'ansi') calls:

chalk.red.bgWhite('Hi')

it should expect red code, then bnWhite code:

u001b[31m\u001b[47m

Instead of:

\u001b[47m\u001b[31m

So, i just regenerated fixetures files by executing createFixture().

This PR fixes #15.

This PR fixes the issue #15
@sindresorhus
Copy link
Member

Can you add a description on how it fixes them?

@danilosampaio
Copy link
Contributor Author

description updated. :)

sindresorhus added a commit that referenced this pull request Jul 12, 2015
@sindresorhus sindresorhus merged commit c756f23 into yeoman:master Jul 12, 2015
@sindresorhus
Copy link
Member

Cool. Thanks :)

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.

Tests failing
2 participants