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

test #21

Closed
wants to merge 5 commits into from
Closed

test #21

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/scripts/apidocs/__snapshots__/class.spec.ts.snap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

Check failure on line 1 in test/scripts/apidocs/__snapshots__/class.spec.ts.snap

View workflow job for this annotation

GitHub Actions / Check Code Generation: node-22, ubuntu-latest

Diff detected

Please run `pnpm run preflight` and commit the changes.

exports[`class > expected and actual modules are equal 1`] = `
[
"ModuleDeprecationTest",
Copy link
Owner Author

Choose a reason for hiding this comment

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

Test

Copy link
Owner Author

@ST-DDT ST-DDT Sep 4, 2024

Choose a reason for hiding this comment

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

Response to existing comment

"ModuleDeprecationTest1",
"ModuleExampleTest",
"ModuleFakerJsLinkTest",
Copy link
Owner Author

@ST-DDT ST-DDT Sep 4, 2024

Choose a reason for hiding this comment

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

New Comment

"ModuleNextFakerJsLinkTest",
Expand Down
2 changes: 1 addition & 1 deletion test/scripts/apidocs/__snapshots__/method.spec.ts.snap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

Check failure on line 1 in test/scripts/apidocs/__snapshots__/method.spec.ts.snap

View workflow job for this annotation

GitHub Actions / Check Code Generation: node-22, ubuntu-latest

Diff detected

Please run `pnpm run preflight` and commit the changes.

exports[`method > expected and actual methods are equal 1`] = `
[
"complexArrayParameter",
"complexArrayParameter2",
"defaultBooleanParamMethod",
"functionParamMethod",
"literalUnionParamMethod",
Expand Down
Loading