-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test: waveTemplateBundle snapshot * test: json formatting * test: don't reformat json * chore: prettier ignore snapshots * chore: delete old todo * chore: reformat json
- Loading branch information
Showing
81 changed files
with
13,636 additions
and
30 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 |
---|---|---|
@@ -1 +1 @@ | ||
__snapshots__ | ||
**/__snapshots__/ |
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
...shot/sampleProjects/waveTemplateBundle/__snapshots__/verify-md-files.expected/package.xml
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,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Package xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<types> | ||
<members>OpsPandaWaveApp_v43</members> | ||
<members>WaveXMD</members> | ||
<name>WaveTemplateBundle</name> | ||
</types> | ||
<version>59.0</version> | ||
</Package> |
5 changes: 5 additions & 0 deletions
5
...s__/verify-md-files.expected/waveTemplates/OpsPandaWaveApp_v43/app-to-template-rules.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,5 @@ | ||
{ | ||
"constants": [], | ||
"macros": [], | ||
"rules": [] | ||
} |
Oops, something went wrong.