Skip to content

Commit

Permalink
test(demo-integrations): added using unicode constats
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanslav Zaytsev committed Mar 4, 2024
1 parent 9c0efc6 commit 9a06e71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {openNumberPage} from './utils';
describe('Properly using custom minus sign', () => {
describe(`correctly applies ${CHAR_HYPHEN} as minus sign`, () => {
beforeEach(() => {
openNumberPage('minusSign=\u002D&thousandSeparator=_');
openNumberPage(`minusSign=${CHAR_HYPHEN}&thousandSeparator=_`);
});

it(`-32412 => ${CHAR_HYPHEN}32_412`, () => {
Expand Down

0 comments on commit 9a06e71

Please sign in to comment.