Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Mar 15, 2023
1 parent 81c0501 commit 21eac5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion karma.backward.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = function (karma) {
customLaunchers: {
HeadlessChrome: {
base: 'ChromeHeadless',
flags: ['-—no-sandbox'],
// flags: ['-—no-sandbox'],
},
},

Expand Down
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = function (karma) {
customLaunchers: {
HeadlessChrome: {
base: 'ChromeHeadless',
flags: ['—-no-sandbox'],
// flags: ['—-no-sandbox'],
},
},

Expand Down
2 changes: 1 addition & 1 deletion test/i18next.translation.formatting.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('i18next.translation.formatting', () => {
intlRelativeTime: 'Lorem {{val, relativetime}}',
intlRelativeTimeWithOptions: 'Lorem {{val, relativetime(quarter)}}',
intlRelativeTimeWithOptionsExplicit:
'Lorem {{val, relativetime(range: quarter; style: narrow;)}}',
'Lorem {{val, relativetime(range: quarter; style: short;)}}',
intlList: 'A list of {{val, list}}',
keyCustomFormatWithColon:
'Before {{date, customDate(format: EEEE d MMMM yyyy HH:mm; otherParam: 0)}}',
Expand Down

0 comments on commit 21eac5a

Please sign in to comment.