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

feat(hast-to-hyperscript): サンプルコードの追加 #11

Merged
merged 3 commits into from
Oct 26, 2018

Conversation

Himenon
Copy link
Owner

@Himenon Himenon commented Oct 26, 2018

describe('hast-to-hyperscript', () => {
test('sample test', () => {
const doc = OneShot.main();
expect(doc).toBe('<p id="alpha" class="bravo">charlie <strong style="color:red;">delta</strong> echo.</p>');
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

READMEだとstyle:redがない

{
type: 'element',
tagName: 'strong',
properties: {style: 'color: red'},
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

最後のセミコロン入らなかった

@coveralls
Copy link

coveralls commented Oct 26, 2018

Pull Request Test Coverage Report for Build 72

  • 5 of 5 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.02%) to 99.371%

Totals Coverage Status
Change from base Build 63: 0.02%
Covered Lines: 142
Relevant Lines: 142

💛 - Coveralls

@Himenon Himenon merged commit 39445d8 into master Oct 26, 2018
@Himenon Himenon deleted the feat/hast-to-hyperscript branch October 26, 2018 14:56
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.

None yet

2 participants