-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
#7 Update documentation update .gitignore
- Loading branch information
Pawel Siemienik
committed
Mar 26, 2020
1 parent
3f5f971
commit 0b5f2df
Showing
10 changed files
with
66 additions
and
25 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,7 @@ | |
/.idea | ||
/coverage/ | ||
/.nyc_output/ | ||
/.idea/ | ||
/.idea/ | ||
|
||
test-output.xlsx | ||
~$*.xlsx |
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
This file was deleted.
Oops, something went wrong.
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
Binary file not shown.
Binary file not shown.
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 @@ | ||
{} |
Binary file not shown.
Binary file not shown.
44 changes: 44 additions & 0 deletions
44
tests/integration/data/Renderer002-Variable/viewModel.json
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,44 @@ | ||
{ | ||
"firstName": "Paweł", | ||
"secondName": "Siemienik", | ||
"email": "[email protected]", | ||
"address": { | ||
"streetName": "Al.. Siemienika", | ||
"city": { | ||
"name": "BB", | ||
"province": { | ||
"name": "Silesia", | ||
"country": { | ||
"name": "Poland" | ||
} | ||
} | ||
} | ||
}, | ||
"tags": [ | ||
"ziom", | ||
"fullStack" | ||
], | ||
"achievements": [ | ||
{ | ||
"name": "open source maintainer", | ||
"description": "bla bla blaaa" | ||
}, | ||
{ | ||
"name": "some Other", | ||
"description": "some other bla bla" | ||
} | ||
], | ||
"friends": [ | ||
{ | ||
"firstName": "anyone" | ||
}, | ||
{ | ||
"firstName": "my body", | ||
"achievements": [ | ||
{ | ||
"name": "type scriper" | ||
} | ||
] | ||
} | ||
] | ||
} |