This repository was archived by the owner on Aug 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-31
lines changed Expand file tree Collapse file tree 3 files changed +8
-31
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ dependencies:
1616
1717dev_dependencies :
1818 fixnum : ' >=0.9.0 <0.11.0'
19+ js : 0.6.3-nullsafety
1920 test : ^1.16.0-nullsafety.4
2021
2122dependency_overrides :
Original file line number Diff line number Diff line change 1- /// Tests for compact number formatting in pure Dart and in ECMAScript.
2- ///
3- /// TODO(b/36488375): run all these tests against both implementations to prove
4- /// consistency when the bug is fixed. Also fix documentation and perhaps
5- /// merge tests: these tests currently also touch non-compact currency
6- /// formatting.
7-
8- /// We use @Tags rather than @TestOn to be able to specify something that can be
9- /// ignored when using a build system that can't read dart_test.yaml. This
10- /// depends on https://github.com/tc39/proposal-unified-intl-numberformat.
11- @Tags (['unifiedNumberFormat' ])
12-
1+ @TestOn ('browser' )
2+ // Tests for compact number formatting in pure Dart and in ECMAScript.
3+ //
4+ // TODO(b/36488375): run all these tests against both implementations to prove
5+ // consistency when the bug is fixed. Also fix documentation and perhaps
6+ // merge tests: these tests currently also touch non-compact currency
7+ // formatting.
138import 'package:intl/intl.dart' as intl;
149import 'package:js/js_util.dart' as js;
1510import 'package:test/test.dart' ;
You can’t perform that action at this time.
0 commit comments