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

Mwpw-151480: move of commerce and web components to milo #49

Merged
merged 5 commits into from
Jul 31, 2024
Merged
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
22 changes: 0 additions & 22 deletions .husky/pre-push

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion commons/test/deeplink.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect } from '@esm-bundle/chai';
import { deeplink, pushState } from '../src/deeplink.js';
import { delay } from '../../web-components/test/utils.js';
import { delay } from '../../archive/web-components/test/utils.js';
Copy link
Collaborator

Choose a reason for hiding this comment

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

in future, we'll need to load these from Milo endpoints


describe('Deep linking', () => {
it('processes initial URL hash', async () => {
Expand Down
4 changes: 2 additions & 2 deletions libs/mas.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mas/src/mas.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { init } from '@adobe/mas-commerce';
import { init } from '../../libs/commerce.js';

const { origin, searchParams } = new URL(import.meta.url);

Expand Down
4 changes: 2 additions & 2 deletions mocks/mas.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { init } from '@adobe/mas-commerce';
import '@adobe/mas-web-components/src/merch-card-all.js';
import { init } from '../libs/commerce.js';
import '../libs/merch-card-all.js';

const locale =
document
Expand Down
Loading