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

added test suite for c/miscMultipleTemplates #327

Merged

Conversation

pchittum
Copy link
Contributor

Adds test suite for c/miscMultipleTemplates

@codecov
Copy link

codecov bot commented Jul 13, 2020

Codecov Report

❗ No coverage uploaded for pull request base (prerelease/summer20@410e755). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@                  Coverage Diff                   @@
##             prerelease/summer20     #327   +/-   ##
======================================================
  Coverage                       ?   80.37%           
======================================================
  Files                          ?       85           
  Lines                          ?      637           
  Branches                       ?       41           
======================================================
  Hits                           ?      512           
  Misses                         ?      114           
  Partials                       ?       11           
Flag Coverage Δ
#Apex 100.00% <0.00%> (?)
#LWC 79.74% <0.00%> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 410e755...9b8ab3a. Read the comment docs.

@pchittum pchittum requested review from muenzpraeger and pozil July 13, 2020 19:15
const button = element.shadowRoot.querySelector('lightning-button');
button.dispatchEvent(clickEvent);

// After click, DOM is updated showing templateTwo
Copy link
Contributor

Choose a reason for hiding this comment

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

Insert standard text before promises.

            // Return a promise to wait for any asynchronous DOM updates. Jest
            // will automatically wait for the Promise chain to complete before
            // ending the test and fail the test if the promise rejects.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done.

document.body.appendChild(element);

// On initial render templateOne should be displayed
const pElements = element.shadowRoot.querySelectorAll('p');
Copy link
Contributor

Choose a reason for hiding this comment

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

Naming for elements (for consistency):

Elements in in "El" (singular) or "Els" (plural), i. e. pEls.

FYI @pozil

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

const [pTextElement] = [...pElements].filter(
(item) => item.textContent === 'Template One'
);
expect(pTextElement.textContent).toBe(TEMPLATE_TEXT_CONTENT);
Copy link
Contributor

Choose a reason for hiding this comment

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

We should also check for the image, as that's an important visual element for this component.

const [pTextElement] = [...pElements].filter(
(item) => item.textContent === 'Template Two'
);
expect(pTextElement.textContent).toBe(TEMPLATE_TEXT_CONTENT);
Copy link
Contributor

Choose a reason for hiding this comment

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

We should also check for the image, as that's an important visual element for this component.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

expect(pTextElement.textContent).toBe(TEMPLATE_TEXT_CONTENT);
});

it('displays templateTwo on click', () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

We'd need another test that tests for switching back to template 1.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done.

@pchittum pchittum requested a review from muenzpraeger July 14, 2020 10:38
@pchittum pchittum merged commit ca3bcea into prerelease/summer20 Jul 14, 2020
@pchittum pchittum deleted the pc/prerelease/jest-test-misc-multiple-templates branch July 14, 2020 14:00
pchittum pushed a commit that referenced this pull request Jul 20, 2020
* bumped all meta files and sfdx-project.json to API v49

* Pc/prerelease/project upgrade (#277)

* updated flexipages to new Summer20 itemInstances metadata type

* updating sfdx-lwc-jest to prerelease

* fixed mis-matched case on sf package name

* fixed mis-matched case on sf package name

* running with temp sfdx-lwc-jest polyfill

* inline message template and svg refactor (#275)

* Include SVG in template so that is can be scaled
* Use link instead of checkbox to show details
* Add inline message template

Co-authored-by: Philippe Ozil <[email protected]>
Co-authored-by: pozil <[email protected]>

* apply lms recipes to prerelease (#288)

LMS recipes work. Needs tests.

* SLDS related changes (#289)

* Hello tab slds changes

* Apex tab slds changes

* Data Service tab slds changes

* Contact record page slds changes

* Composition tab slds changes

* Child-to-parent tab slds changes

* Parent-to-child tab slds changes

* Pub-sub tab slds changes

* Aura Interop tab slds changes

* Wire tab slds changes

* Navigation tab slds changes

* Misc tab slds changes

* 3rd party libs tab slds changes

* Tabs test slds changes

* sharing css styles among Lightning web components (#294)

* Rename app to "LWC Recipes" (#301)

* Rerun CI on PR edit (#304)

* pc/prerelease/rebase - rebase to master (#306)

* Excluded static resources from codecov (#279)

* Excluded static resources from codecov

* Codecov ignore syntax fix

* feat: 🤘🏼adding new GitHub actions (#276)

* feat: 🤘🏼adding new GitHub actions

* feat: add pull request template

* fix: use GitHub task list instead of icons

* ci: switched 'npm install' to 'npm ci' (#284)

* Fixed DE install instructions (#293)

* ci: Relaxed branch naming rule to allow capitals' (#290)

* Bump lint-staged from 10.2.2 to 10.2.7 (#296)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.2 to 10.2.7.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](lint-staged/lint-staged@v10.2.2...v10.2.7)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump @salesforce/eslint-config-lwc from 0.5.0 to 0.7.0 (#295)

* Bump @salesforce/eslint-config-lwc from 0.5.0 to 0.7.0

Bumps [@salesforce/eslint-config-lwc](https://github.com/salesforce/eslint-config-lwc) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/salesforce/eslint-config-lwc/releases)
- [Commits](salesforce/eslint-config-lwc@v0.5.0...v0.7.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Excluded LWC wire lint rule from tests

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: pozil <[email protected]>

* Bump prettier-plugin-apex from 1.3.0 to 1.5.0 (#297)

Bumps prettier-plugin-apex from 1.3.0 to 1.5.0.

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Added new package version ID 04tB0000000OzdLIAS (#298)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* bumped all meta files and sfdx-project.json to API v49

* Pc/prerelease/project upgrade (#277)

* updated flexipages to new Summer20 itemInstances metadata type

* updating sfdx-lwc-jest to prerelease

* fixed mis-matched case on sf package name

* fixed mis-matched case on sf package name

* running with temp sfdx-lwc-jest polyfill

* inline message template and svg refactor (#275)

* Include SVG in template so that is can be scaled
* Use link instead of checkbox to show details
* Add inline message template

Co-authored-by: Philippe Ozil <[email protected]>
Co-authored-by: pozil <[email protected]>

* apply lms recipes to prerelease (#288)

LMS recipes work. Needs tests.

* SLDS related changes (#289)

* Hello tab slds changes

* Apex tab slds changes

* Data Service tab slds changes

* Contact record page slds changes

* Composition tab slds changes

* Child-to-parent tab slds changes

* Parent-to-child tab slds changes

* Pub-sub tab slds changes

* Aura Interop tab slds changes

* Wire tab slds changes

* Navigation tab slds changes

* Misc tab slds changes

* 3rd party libs tab slds changes

* Tabs test slds changes

* sharing css styles among Lightning web components (#294)

* Rename app to "LWC Recipes" (#301)

* Rerun CI on PR edit (#304)

* updating dependencies

Co-authored-by: Philippe Ozil <[email protected]>
Co-authored-by: René Winkelmeyer <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: pozil <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alba Rivas <[email protected]>
Co-authored-by: satyasekharcvb <[email protected]>

* pc/prerelease/rebase - rebase to master (#306)

* Excluded static resources from codecov (#279)

* Excluded static resources from codecov

* Codecov ignore syntax fix

* feat: 🤘🏼adding new GitHub actions (#276)

* feat: 🤘🏼adding new GitHub actions

* feat: add pull request template

* fix: use GitHub task list instead of icons

* ci: switched 'npm install' to 'npm ci' (#284)

* Fixed DE install instructions (#293)

* ci: Relaxed branch naming rule to allow capitals' (#290)

* Bump lint-staged from 10.2.2 to 10.2.7 (#296)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.2 to 10.2.7.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](lint-staged/lint-staged@v10.2.2...v10.2.7)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump @salesforce/eslint-config-lwc from 0.5.0 to 0.7.0 (#295)

* Bump @salesforce/eslint-config-lwc from 0.5.0 to 0.7.0

Bumps [@salesforce/eslint-config-lwc](https://github.com/salesforce/eslint-config-lwc) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/salesforce/eslint-config-lwc/releases)
- [Commits](salesforce/eslint-config-lwc@v0.5.0...v0.7.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Excluded LWC wire lint rule from tests

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: pozil <[email protected]>

* Bump prettier-plugin-apex from 1.3.0 to 1.5.0 (#297)

Bumps prettier-plugin-apex from 1.3.0 to 1.5.0.

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Added new package version ID 04tB0000000OzdLIAS (#298)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* bumped all meta files and sfdx-project.json to API v49

* Pc/prerelease/project upgrade (#277)

* updated flexipages to new Summer20 itemInstances metadata type

* updating sfdx-lwc-jest to prerelease

* fixed mis-matched case on sf package name

* fixed mis-matched case on sf package name

* running with temp sfdx-lwc-jest polyfill

* inline message template and svg refactor (#275)

* Include SVG in template so that is can be scaled
* Use link instead of checkbox to show details
* Add inline message template

Co-authored-by: Philippe Ozil <[email protected]>
Co-authored-by: pozil <[email protected]>

* apply lms recipes to prerelease (#288)

LMS recipes work. Needs tests.

* SLDS related changes (#289)

* Hello tab slds changes

* Apex tab slds changes

* Data Service tab slds changes

* Contact record page slds changes

* Composition tab slds changes

* Child-to-parent tab slds changes

* Parent-to-child tab slds changes

* Pub-sub tab slds changes

* Aura Interop tab slds changes

* Wire tab slds changes

* Navigation tab slds changes

* Misc tab slds changes

* 3rd party libs tab slds changes

* Tabs test slds changes

* sharing css styles among Lightning web components (#294)

* Rename app to "LWC Recipes" (#301)

* Rerun CI on PR edit (#304)

* updating dependencies

Co-authored-by: Philippe Ozil <[email protected]>
Co-authored-by: René Winkelmeyer <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: pozil <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alba Rivas <[email protected]>
Co-authored-by: satyasekharcvb <[email protected]>

* pc/prerelease/rebase - rebase to master (#306)

* Excluded static resources from codecov (#279)

* Excluded static resources from codecov

* Codecov ignore syntax fix

* feat: 🤘🏼adding new GitHub actions (#276)

* feat: 🤘🏼adding new GitHub actions

* feat: add pull request template

* fix: use GitHub task list instead of icons

* ci: switched 'npm install' to 'npm ci' (#284)

* Fixed DE install instructions (#293)

* ci: Relaxed branch naming rule to allow capitals' (#290)

* Bump lint-staged from 10.2.2 to 10.2.7 (#296)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.2 to 10.2.7.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](lint-staged/lint-staged@v10.2.2...v10.2.7)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump @salesforce/eslint-config-lwc from 0.5.0 to 0.7.0 (#295)

* Bump @salesforce/eslint-config-lwc from 0.5.0 to 0.7.0

Bumps [@salesforce/eslint-config-lwc](https://github.com/salesforce/eslint-config-lwc) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/salesforce/eslint-config-lwc/releases)
- [Commits](salesforce/eslint-config-lwc@v0.5.0...v0.7.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Excluded LWC wire lint rule from tests

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: pozil <[email protected]>

* Bump prettier-plugin-apex from 1.3.0 to 1.5.0 (#297)

Bumps prettier-plugin-apex from 1.3.0 to 1.5.0.

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Added new package version ID 04tB0000000OzdLIAS (#298)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* bumped all meta files and sfdx-project.json to API v49

* Pc/prerelease/project upgrade (#277)

* updated flexipages to new Summer20 itemInstances metadata type

* updating sfdx-lwc-jest to prerelease

* fixed mis-matched case on sf package name

* fixed mis-matched case on sf package name

* running with temp sfdx-lwc-jest polyfill

* inline message template and svg refactor (#275)

* Include SVG in template so that is can be scaled
* Use link instead of checkbox to show details
* Add inline message template

Co-authored-by: Philippe Ozil <[email protected]>
Co-authored-by: pozil <[email protected]>

* apply lms recipes to prerelease (#288)

LMS recipes work. Needs tests.

* SLDS related changes (#289)

* Hello tab slds changes

* Apex tab slds changes

* Data Service tab slds changes

* Contact record page slds changes

* Composition tab slds changes

* Child-to-parent tab slds changes

* Parent-to-child tab slds changes

* Pub-sub tab slds changes

* Aura Interop tab slds changes

* Wire tab slds changes

* Navigation tab slds changes

* Misc tab slds changes

* 3rd party libs tab slds changes

* Tabs test slds changes

* sharing css styles among Lightning web components (#294)

* Rename app to "LWC Recipes" (#301)

* Rerun CI on PR edit (#304)

* updating dependencies

Co-authored-by: Philippe Ozil <[email protected]>
Co-authored-by: René Winkelmeyer <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: pozil <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alba Rivas <[email protected]>
Co-authored-by: satyasekharcvb <[email protected]>

* added connect-src allow rule (#307)

* Updated codecov actions (#308)

* pc/prerelease/refactor lms vf (#309)

move VF js static resources to use ES6 module and one js file per vf recipe page.

* Added apex unit tests for LMSVisualforceController (#310)

* update sfdx-lwc-jest and added lms lwc tests (#313)

* removing all pubsub dependencies (#315)

* moves data service tab before apex tab (#319)

* Added features for permission-based recipe (#322)

* added test suite for c/miscMultipleTemplates (#327)

* added tests for c/mortgage library (#326)

* updated flexipage (#334)

* Added tests for ldsUtils (#335)

* Added tests for ldsUtils

* Fixed test path

* api version update

* added back in linting packages

* fixing broken aura linting

Co-authored-by: Alba Rivas <[email protected]>
Co-authored-by: Philippe Ozil <[email protected]>
Co-authored-by: pozil <[email protected]>
Co-authored-by: satyasekharcvb <[email protected]>
Co-authored-by: René Winkelmeyer <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
jmcaudron pushed a commit to jmcaudron/lwc-recipes that referenced this pull request Mar 23, 2021
* bumped all meta files and sfdx-project.json to API v49

* Pc/prerelease/project upgrade (trailheadapps#277)

* updated flexipages to new Summer20 itemInstances metadata type

* updating sfdx-lwc-jest to prerelease

* fixed mis-matched case on sf package name

* fixed mis-matched case on sf package name

* running with temp sfdx-lwc-jest polyfill

* inline message template and svg refactor (trailheadapps#275)

* Include SVG in template so that is can be scaled
* Use link instead of checkbox to show details
* Add inline message template

Co-authored-by: Philippe Ozil <[email protected]>
Co-authored-by: pozil <[email protected]>

* apply lms recipes to prerelease (trailheadapps#288)

LMS recipes work. Needs tests.

* SLDS related changes (trailheadapps#289)

* Hello tab slds changes

* Apex tab slds changes

* Data Service tab slds changes

* Contact record page slds changes

* Composition tab slds changes

* Child-to-parent tab slds changes

* Parent-to-child tab slds changes

* Pub-sub tab slds changes

* Aura Interop tab slds changes

* Wire tab slds changes

* Navigation tab slds changes

* Misc tab slds changes

* 3rd party libs tab slds changes

* Tabs test slds changes

* sharing css styles among Lightning web components (trailheadapps#294)

* Rename app to "LWC Recipes" (trailheadapps#301)

* Rerun CI on PR edit (trailheadapps#304)

* pc/prerelease/rebase - rebase to master (trailheadapps#306)

* Excluded static resources from codecov (trailheadapps#279)

* Excluded static resources from codecov

* Codecov ignore syntax fix

* feat: 🤘🏼adding new GitHub actions (trailheadapps#276)

* feat: 🤘🏼adding new GitHub actions

* feat: add pull request template

* fix: use GitHub task list instead of icons

* ci: switched 'npm install' to 'npm ci' (trailheadapps#284)

* Fixed DE install instructions (trailheadapps#293)

* ci: Relaxed branch naming rule to allow capitals' (trailheadapps#290)

* Bump lint-staged from 10.2.2 to 10.2.7 (trailheadapps#296)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.2 to 10.2.7.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](lint-staged/lint-staged@v10.2.2...v10.2.7)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump @salesforce/eslint-config-lwc from 0.5.0 to 0.7.0 (trailheadapps#295)

* Bump @salesforce/eslint-config-lwc from 0.5.0 to 0.7.0

Bumps [@salesforce/eslint-config-lwc](https://github.com/salesforce/eslint-config-lwc) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/salesforce/eslint-config-lwc/releases)
- [Commits](salesforce/eslint-config-lwc@v0.5.0...v0.7.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Excluded LWC wire lint rule from tests

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: pozil <[email protected]>

* Bump prettier-plugin-apex from 1.3.0 to 1.5.0 (trailheadapps#297)

Bumps prettier-plugin-apex from 1.3.0 to 1.5.0.

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Added new package version ID 04tB0000000OzdLIAS (trailheadapps#298)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* bumped all meta files and sfdx-project.json to API v49

* Pc/prerelease/project upgrade (trailheadapps#277)

* updated flexipages to new Summer20 itemInstances metadata type

* updating sfdx-lwc-jest to prerelease

* fixed mis-matched case on sf package name

* fixed mis-matched case on sf package name

* running with temp sfdx-lwc-jest polyfill

* inline message template and svg refactor (trailheadapps#275)

* Include SVG in template so that is can be scaled
* Use link instead of checkbox to show details
* Add inline message template

Co-authored-by: Philippe Ozil <[email protected]>
Co-authored-by: pozil <[email protected]>

* apply lms recipes to prerelease (trailheadapps#288)

LMS recipes work. Needs tests.

* SLDS related changes (trailheadapps#289)

* Hello tab slds changes

* Apex tab slds changes

* Data Service tab slds changes

* Contact record page slds changes

* Composition tab slds changes

* Child-to-parent tab slds changes

* Parent-to-child tab slds changes

* Pub-sub tab slds changes

* Aura Interop tab slds changes

* Wire tab slds changes

* Navigation tab slds changes

* Misc tab slds changes

* 3rd party libs tab slds changes

* Tabs test slds changes

* sharing css styles among Lightning web components (trailheadapps#294)

* Rename app to "LWC Recipes" (trailheadapps#301)

* Rerun CI on PR edit (trailheadapps#304)

* updating dependencies

Co-authored-by: Philippe Ozil <[email protected]>
Co-authored-by: René Winkelmeyer <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: pozil <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alba Rivas <[email protected]>
Co-authored-by: satyasekharcvb <[email protected]>

* pc/prerelease/rebase - rebase to master (trailheadapps#306)

* Excluded static resources from codecov (trailheadapps#279)

* Excluded static resources from codecov

* Codecov ignore syntax fix

* feat: 🤘🏼adding new GitHub actions (trailheadapps#276)

* feat: 🤘🏼adding new GitHub actions

* feat: add pull request template

* fix: use GitHub task list instead of icons

* ci: switched 'npm install' to 'npm ci' (trailheadapps#284)

* Fixed DE install instructions (trailheadapps#293)

* ci: Relaxed branch naming rule to allow capitals' (trailheadapps#290)

* Bump lint-staged from 10.2.2 to 10.2.7 (trailheadapps#296)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.2 to 10.2.7.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](lint-staged/lint-staged@v10.2.2...v10.2.7)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump @salesforce/eslint-config-lwc from 0.5.0 to 0.7.0 (trailheadapps#295)

* Bump @salesforce/eslint-config-lwc from 0.5.0 to 0.7.0

Bumps [@salesforce/eslint-config-lwc](https://github.com/salesforce/eslint-config-lwc) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/salesforce/eslint-config-lwc/releases)
- [Commits](salesforce/eslint-config-lwc@v0.5.0...v0.7.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Excluded LWC wire lint rule from tests

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: pozil <[email protected]>

* Bump prettier-plugin-apex from 1.3.0 to 1.5.0 (trailheadapps#297)

Bumps prettier-plugin-apex from 1.3.0 to 1.5.0.

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Added new package version ID 04tB0000000OzdLIAS (trailheadapps#298)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* bumped all meta files and sfdx-project.json to API v49

* Pc/prerelease/project upgrade (trailheadapps#277)

* updated flexipages to new Summer20 itemInstances metadata type

* updating sfdx-lwc-jest to prerelease

* fixed mis-matched case on sf package name

* fixed mis-matched case on sf package name

* running with temp sfdx-lwc-jest polyfill

* inline message template and svg refactor (trailheadapps#275)

* Include SVG in template so that is can be scaled
* Use link instead of checkbox to show details
* Add inline message template

Co-authored-by: Philippe Ozil <[email protected]>
Co-authored-by: pozil <[email protected]>

* apply lms recipes to prerelease (trailheadapps#288)

LMS recipes work. Needs tests.

* SLDS related changes (trailheadapps#289)

* Hello tab slds changes

* Apex tab slds changes

* Data Service tab slds changes

* Contact record page slds changes

* Composition tab slds changes

* Child-to-parent tab slds changes

* Parent-to-child tab slds changes

* Pub-sub tab slds changes

* Aura Interop tab slds changes

* Wire tab slds changes

* Navigation tab slds changes

* Misc tab slds changes

* 3rd party libs tab slds changes

* Tabs test slds changes

* sharing css styles among Lightning web components (trailheadapps#294)

* Rename app to "LWC Recipes" (trailheadapps#301)

* Rerun CI on PR edit (trailheadapps#304)

* updating dependencies

Co-authored-by: Philippe Ozil <[email protected]>
Co-authored-by: René Winkelmeyer <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: pozil <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alba Rivas <[email protected]>
Co-authored-by: satyasekharcvb <[email protected]>

* pc/prerelease/rebase - rebase to master (trailheadapps#306)

* Excluded static resources from codecov (trailheadapps#279)

* Excluded static resources from codecov

* Codecov ignore syntax fix

* feat: 🤘🏼adding new GitHub actions (trailheadapps#276)

* feat: 🤘🏼adding new GitHub actions

* feat: add pull request template

* fix: use GitHub task list instead of icons

* ci: switched 'npm install' to 'npm ci' (trailheadapps#284)

* Fixed DE install instructions (trailheadapps#293)

* ci: Relaxed branch naming rule to allow capitals' (trailheadapps#290)

* Bump lint-staged from 10.2.2 to 10.2.7 (trailheadapps#296)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.2 to 10.2.7.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](lint-staged/lint-staged@v10.2.2...v10.2.7)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump @salesforce/eslint-config-lwc from 0.5.0 to 0.7.0 (trailheadapps#295)

* Bump @salesforce/eslint-config-lwc from 0.5.0 to 0.7.0

Bumps [@salesforce/eslint-config-lwc](https://github.com/salesforce/eslint-config-lwc) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/salesforce/eslint-config-lwc/releases)
- [Commits](salesforce/eslint-config-lwc@v0.5.0...v0.7.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Excluded LWC wire lint rule from tests

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: pozil <[email protected]>

* Bump prettier-plugin-apex from 1.3.0 to 1.5.0 (trailheadapps#297)

Bumps prettier-plugin-apex from 1.3.0 to 1.5.0.

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Added new package version ID 04tB0000000OzdLIAS (trailheadapps#298)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* bumped all meta files and sfdx-project.json to API v49

* Pc/prerelease/project upgrade (trailheadapps#277)

* updated flexipages to new Summer20 itemInstances metadata type

* updating sfdx-lwc-jest to prerelease

* fixed mis-matched case on sf package name

* fixed mis-matched case on sf package name

* running with temp sfdx-lwc-jest polyfill

* inline message template and svg refactor (trailheadapps#275)

* Include SVG in template so that is can be scaled
* Use link instead of checkbox to show details
* Add inline message template

Co-authored-by: Philippe Ozil <[email protected]>
Co-authored-by: pozil <[email protected]>

* apply lms recipes to prerelease (trailheadapps#288)

LMS recipes work. Needs tests.

* SLDS related changes (trailheadapps#289)

* Hello tab slds changes

* Apex tab slds changes

* Data Service tab slds changes

* Contact record page slds changes

* Composition tab slds changes

* Child-to-parent tab slds changes

* Parent-to-child tab slds changes

* Pub-sub tab slds changes

* Aura Interop tab slds changes

* Wire tab slds changes

* Navigation tab slds changes

* Misc tab slds changes

* 3rd party libs tab slds changes

* Tabs test slds changes

* sharing css styles among Lightning web components (trailheadapps#294)

* Rename app to "LWC Recipes" (trailheadapps#301)

* Rerun CI on PR edit (trailheadapps#304)

* updating dependencies

Co-authored-by: Philippe Ozil <[email protected]>
Co-authored-by: René Winkelmeyer <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: pozil <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alba Rivas <[email protected]>
Co-authored-by: satyasekharcvb <[email protected]>

* added connect-src allow rule (trailheadapps#307)

* Updated codecov actions (trailheadapps#308)

* pc/prerelease/refactor lms vf (trailheadapps#309)

move VF js static resources to use ES6 module and one js file per vf recipe page.

* Added apex unit tests for LMSVisualforceController (trailheadapps#310)

* update sfdx-lwc-jest and added lms lwc tests (trailheadapps#313)

* removing all pubsub dependencies (trailheadapps#315)

* moves data service tab before apex tab (trailheadapps#319)

* Added features for permission-based recipe (trailheadapps#322)

* added test suite for c/miscMultipleTemplates (trailheadapps#327)

* added tests for c/mortgage library (trailheadapps#326)

* updated flexipage (trailheadapps#334)

* Added tests for ldsUtils (trailheadapps#335)

* Added tests for ldsUtils

* Fixed test path

* api version update

* added back in linting packages

* fixing broken aura linting

Co-authored-by: Alba Rivas <[email protected]>
Co-authored-by: Philippe Ozil <[email protected]>
Co-authored-by: pozil <[email protected]>
Co-authored-by: satyasekharcvb <[email protected]>
Co-authored-by: René Winkelmeyer <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants