generated from spatie/package-skeleton-laravel
-
-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add extra ts transformer mapping test
- Loading branch information
1 parent
66e2510
commit 3d2cc18
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
...ansformerTest__it_outputs_types_with_properties_using_their_mapped_name_on_a_class__1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
cased_property: string; | ||
data_cased_property: {%Spatie\LaravelData\Tests\Fakes\SimpleData%}; | ||
data_collection_cased_property: Array<{%Spatie\LaravelData\Tests\Fakes\SimpleData%}>; | ||
} |