Skip to content

Commit

Permalink
break tests
Browse files Browse the repository at this point in the history
  • Loading branch information
3ch023 committed Jun 24, 2024
1 parent e02d148 commit c29b9e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commerce/test/settings.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ describe('getSettings', () => {

it('returns default settings, if called without arguments', () => {
expect(getSettings()).to.deep.equal({
...Defaults,
locale: `${Defaults.language}_${Defaults.country}`,
priceLiteralsURL: undefined,
priceLiteralsPromise: undefined,
Expand Down

0 comments on commit c29b9e1

Please sign in to comment.