Skip to content

Commit

Permalink
unit tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelcureno committed Jul 30, 2024
1 parent 98207d6 commit 8c86a2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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';

describe('Deep linking', () => {
it('processes initial URL hash', async () => {
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
2 changes: 1 addition & 1 deletion studio/test/store/Store.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { expect } from '@esm-bundle/chai';
import '@adobe/mas-web-components/src/merch-datasource.js';
import '../../../libs/merch-card-all.js';
import { Store } from '../../src/store/Store.js';
import { withAem } from '../mocks/aem.js';
import { mockFetch } from '../mocks/fetch.js';
Expand Down

0 comments on commit 8c86a2d

Please sign in to comment.