We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247f42d commit f45077cCopy full SHA for f45077c
test/modules/finance.spec.ts
@@ -216,7 +216,8 @@ describe('finance', () => {
216
}
217
);
218
219
- it('should return the number formatted on the current locale', () => {
+ // This test is flaky on Windows Github Actions
220
+ it.skip('should return the number formatted on the current locale', () => {
221
const number = 6000;
222
const decimalPlaces = 2;
223
const expected = number.toLocaleString(undefined, {
0 commit comments