Skip to content

Conversation

unicornware
Copy link
Member

Description

  • Bumped version to 1.0.0
  • Updated CHANGELOG.md

Tests

 RUN  v0.20.2

 ✓ src/__tests__/plugin.spec.ts > unit:plugin > @returns > should return PluginReactDocgenTypeScript
 ✓ src/__tests__/plugin.spec.ts > unit:plugin > options > options?.apply > should set PluginReactDocgenTypeScript.apply to undefined given [{"apply": undefined}]
 ✓ src/__tests__/plugin.spec.ts > unit:plugin > options > options?.apply > should set PluginReactDocgenTypeScript.apply to "build" given [{"apply": "build"}]
 ✓ src/__tests__/plugin.spec.ts > unit:plugin > options > options?.apply > should set PluginReactDocgenTypeScript.apply to "serve" given [{"apply": "serve"}]
 ✓ src/__tests__/plugin.spec.ts > unit:plugin > options > options?.apply > should set PluginReactDocgenTypeScript.apply to [Function spy] given [{"apply": [Function spy]}]
 ✓ src/__tests__/plugin.spec.ts > unit:plugin > options > options?.enforce > should set PluginReactDocgenTypeScript.enforce to "pre" given [{"enforce": undefined}]
 ✓ src/__tests__/plugin.spec.ts > unit:plugin > options > options?.enforce > should set PluginReactDocgenTypeScript.enforce to "pre" given [{"enforce": "pre"}]
 ✓ src/__tests__/plugin.spec.ts > unit:plugin > options > options?.enforce > should set PluginReactDocgenTypeScript.enforce to "post" given [{"enforce": "post"}]
 ✓ src/__tests__/plugin.spec.ts > unit:plugin > options > options?.shouldIncludeExpression > should not throw if ComponentDoc.expression is defined
 ✓ src/__tests__/plugin.spec.ts > unit:plugin > options > options?.sourcemap > should return Partial<SourceDescription> given [{"sourcemap": undefined}]
 ✓ src/__tests__/plugin.spec.ts > unit:plugin > options > options?.sourcemap > should return Partial<SourceDescription> given [{"sourcemap": {"includeContent": true}}]
 ✓ src/__tests__/plugin.spec.ts > unit:plugin > options > options?.sourcemap > should return string given [{"sourcemap": false}]
 ✓ src/__tests__/plugin.functional.spec.ts > functional:plugin > should transform module if id matches include pattern
 ✓ src/__tests__/plugin.functional.spec.ts > functional:plugin > should not transform module if id does not match include pattern
 ✓ src/__tests__/plugin.functional.spec.ts > functional:plugin > should not transform module if id matches exclude pattern
 ✓ src/__tests__/plugin.functional.spec.ts > functional:plugin > should not transform module if docgen info is missing

Test Files  2 passed (2)
     Tests  16 passed (16)
      Time  14.44s (setup 319ms, collect 628ms, tests 12.02s)

-----------|---------|----------|---------|---------|-------------------
File       | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s 
-----------|---------|----------|---------|---------|-------------------
All files  |     100 |      100 |     100 |     100 |                   
 plugin.ts |     100 |      100 |     100 |     100 |                   
-----------|---------|----------|---------|---------|-------------------

Additional context

N/A

Linked issues

Submission checklist

  • pr naming conventions
  • project was run locally to verify that there are no errors
  • documentation added or updated

Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
@unicornware unicornware self-assigned this Aug 1, 2022
Copy link

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

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

lgtm 👍🏾

This was linked to issues Aug 1, 2022
@unicornware unicornware merged commit b02b9ce into main Aug 1, 2022
unicornware added a commit that referenced this pull request Aug 1, 2022
@unicornware unicornware deleted the release/1.0.0 branch August 1, 2022 07:18
@unicornware unicornware added status:stale superseded by different issue, pull request, or discussion scope:release package release and removed scope:release package release labels Aug 16, 2022
This was unlinked from issues Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:stale superseded by different issue, pull request, or discussion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants