@@ -116,120 +116,6 @@ exports[`formatUnit should work with { unit: 'zettabyte' } 1`] = `"12,56 Zo"`;
116116
117117exports [` formatUnit should work with { unit : ' zettabyte-humanized' } 1` ] = ` "0 Zo"` ;
118118
119- exports [` formatUnit should work with large values { unit : ' bit' } 1` ] = ` "13 876 876 883 167 813 000 000 000 b"` ;
120-
121- exports [` formatUnit should work with large values { unit : ' bit-humanized' } 1` ] = ` "13 876 876 883 167 813 000 000 000 b"` ;
122-
123- exports [` formatUnit should work with large values { unit : ' bit-per-second' } 1` ] = ` "13 876 876 883 167 813 000 000 000 bps"` ;
124-
125- exports [` formatUnit should work with large values { unit : ' bit-per-second-humanized' } 1` ] = ` "13 876 876 883 167 813 000 000 000 bps"` ;
126-
127- exports [` formatUnit should work with large values { unit : ' bits-humanized' } 1` ] = ` "13,88 Yb"` ;
128-
129- exports [` formatUnit should work with large values { unit : ' bits-per-second-humanized' } 1` ] = ` "13,88 Ybps"` ;
130-
131- exports [` formatUnit should work with large values { unit : ' byte' } 1` ] = ` "13 876 876 883 167 813 000 000 000 o"` ;
132-
133- exports [` formatUnit should work with large values { unit : ' byte-humanized' } 1` ] = ` "13 876 876 883 167 813 000 000 000 o"` ;
134-
135- exports [` formatUnit should work with large values { unit : ' bytes-humanized' } 1` ] = ` "13,88 Yo"` ;
136-
137- exports [` formatUnit should work with large values { unit : ' exabit' } 1` ] = ` "13 876 876 883 167 813 000 000 000 Eb"` ;
138-
139- exports [` formatUnit should work with large values { unit : ' exabit-humanized' } 1` ] = ` "13 876 876,88 Eb"` ;
140-
141- exports [` formatUnit should work with large values { unit : ' exabit-per-second' } 1` ] = ` "13 876 876 883 167 813 000 000 000 Ebps"` ;
142-
143- exports [` formatUnit should work with large values { unit : ' exabit-per-second-humanized' } 1` ] = ` "13 876 876,88 Ebps"` ;
144-
145- exports [` formatUnit should work with large values { unit : ' exabyte' } 1` ] = ` "13 876 876 883 167 813 000 000 000 Eo"` ;
146-
147- exports [` formatUnit should work with large values { unit : ' exabyte-humanized' } 1` ] = ` "13 876 876,88 Eo"` ;
148-
149- exports [` formatUnit should work with large values { unit : ' gigabit' } 1` ] = ` "13 876 876 883 167 813 000 000 000 Gb"` ;
150-
151- exports [` formatUnit should work with large values { unit : ' gigabit-humanized' } 1` ] = ` "13 876 876 883 167 814 Gb"` ;
152-
153- exports [` formatUnit should work with large values { unit : ' gigabit-per-second' } 1` ] = ` "13 876 876 883 167 813 000 000 000 Gbps"` ;
154-
155- exports [` formatUnit should work with large values { unit : ' gigabit-per-second-humanized' } 1` ] = ` "13 876 876 883 167 814 Gbps"` ;
156-
157- exports [` formatUnit should work with large values { unit : ' gigabyte' } 1` ] = ` "13 876 876 883 167 813 000 000 000 Go"` ;
158-
159- exports [` formatUnit should work with large values { unit : ' gigabyte-humanized' } 1` ] = ` "13 876 876 883 167 814 Go"` ;
160-
161- exports [` formatUnit should work with large values { unit : ' kilobit' } 1` ] = ` "13 876 876 883 167 813 000 000 000 Kb"` ;
162-
163- exports [` formatUnit should work with large values { unit : ' kilobit-humanized' } 1` ] = ` "13 876 876 883 167 812 000 000 Kb"` ;
164-
165- exports [` formatUnit should work with large values { unit : ' kilobit-per-second' } 1` ] = ` "13 876 876 883 167 813 000 000 000 Kbps"` ;
166-
167- exports [` formatUnit should work with large values { unit : ' kilobit-per-second-humanized' } 1` ] = ` "13 876 876 883 167 812 000 000 Kbps"` ;
168-
169- exports [` formatUnit should work with large values { unit : ' kilobyte' } 1` ] = ` "13 876 876 883 167 813 000 000 000 Ko"` ;
170-
171- exports [` formatUnit should work with large values { unit : ' kilobyte-humanized' } 1` ] = ` "13 876 876 883 167 812 000 000 Ko"` ;
172-
173- exports [` formatUnit should work with large values { unit : ' megabit' } 1` ] = ` "13 876 876 883 167 813 000 000 000 Mb"` ;
174-
175- exports [` formatUnit should work with large values { unit : ' megabit-humanized' } 1` ] = ` "13 876 876 883 167 812 000 Mb"` ;
176-
177- exports [` formatUnit should work with large values { unit : ' megabit-per-second' } 1` ] = ` "13 876 876 883 167 813 000 000 000 Mbps"` ;
178-
179- exports [` formatUnit should work with large values { unit : ' megabit-per-second-humanized' } 1` ] = ` "13 876 876 883 167 812 000 Mbps"` ;
180-
181- exports [` formatUnit should work with large values { unit : ' megabyte' } 1` ] = ` "13 876 876 883 167 813 000 000 000 Mo"` ;
182-
183- exports [` formatUnit should work with large values { unit : ' megabyte-humanized' } 1` ] = ` "13 876 876 883 167 812 000 Mo"` ;
184-
185- exports [` formatUnit should work with large values { unit : ' petabit' } 1` ] = ` "13 876 876 883 167 813 000 000 000 Pb"` ;
186-
187- exports [` formatUnit should work with large values { unit : ' petabit-humanized' } 1` ] = ` "13 876 876 883,17 Pb"` ;
188-
189- exports [` formatUnit should work with large values { unit : ' petabit-per-second' } 1` ] = ` "13 876 876 883 167 813 000 000 000 Pbps"` ;
190-
191- exports [` formatUnit should work with large values { unit : ' petabit-per-second-humanized' } 1` ] = ` "13 876 876 883,17 Pbps"` ;
192-
193- exports [` formatUnit should work with large values { unit : ' petabyte' } 1` ] = ` "13 876 876 883 167 813 000 000 000 Po"` ;
194-
195- exports [` formatUnit should work with large values { unit : ' petabyte-humanized' } 1` ] = ` "13 876 876 883,17 Po"` ;
196-
197- exports [` formatUnit should work with large values { unit : ' terabit' } 1` ] = ` "13 876 876 883 167 813 000 000 000 Tb"` ;
198-
199- exports [` formatUnit should work with large values { unit : ' terabit-humanized' } 1` ] = ` "13 876 876 883 167,81 Tb"` ;
200-
201- exports [` formatUnit should work with large values { unit : ' terabit-per-second' } 1` ] = ` "13 876 876 883 167 813 000 000 000 Tbps"` ;
202-
203- exports [` formatUnit should work with large values { unit : ' terabit-per-second-humanized' } 1` ] = ` "13 876 876 883 167,81 Tbps"` ;
204-
205- exports [` formatUnit should work with large values { unit : ' terabyte' } 1` ] = ` "13 876 876 883 167 813 000 000 000 To"` ;
206-
207- exports [` formatUnit should work with large values { unit : ' terabyte-humanized' } 1` ] = ` "13 876 876 883 167,81 To"` ;
208-
209- exports [` formatUnit should work with large values { unit : ' yottabit' } 1` ] = ` "13 876 876 883 167 813 000 000 000 Yb"` ;
210-
211- exports [` formatUnit should work with large values { unit : ' yottabit-humanized' } 1` ] = ` "13,88 Yb"` ;
212-
213- exports [` formatUnit should work with large values { unit : ' yottabit-per-second' } 1` ] = ` "13 876 876 883 167 813 000 000 000 Ybps"` ;
214-
215- exports [` formatUnit should work with large values { unit : ' yottabit-per-second-humanized' } 1` ] = ` "13,88 Ybps"` ;
216-
217- exports [` formatUnit should work with large values { unit : ' yottabyte' } 1` ] = ` "13 876 876 883 167 813 000 000 000 Yo"` ;
218-
219- exports [` formatUnit should work with large values { unit : ' yottabyte-humanized' } 1` ] = ` "13,88 Yo"` ;
220-
221- exports [` formatUnit should work with large values { unit : ' zettabit' } 1` ] = ` "13 876 876 883 167 813 000 000 000 Zb"` ;
222-
223- exports [` formatUnit should work with large values { unit : ' zettabit-humanized' } 1` ] = ` "13 876,88 Zb"` ;
224-
225- exports [` formatUnit should work with large values { unit : ' zettabit-per-second' } 1` ] = ` "13 876 876 883 167 813 000 000 000 Zbps"` ;
226-
227- exports [` formatUnit should work with large values { unit : ' zettabit-per-second-humanized' } 1` ] = ` "13 876,88 Zbps"` ;
228-
229- exports [` formatUnit should work with large values { unit : ' zettabyte' } 1` ] = ` "13 876 876 883 167 813 000 000 000 Zo"` ;
230-
231- exports [` formatUnit should work with large values { unit : ' zettabyte-humanized' } 1` ] = ` "13 876,88 Zo"` ;
232-
233119exports [` formatUnit should work with locale en and { unit : ' bit' } 1` ] = ` "12.56 b"` ;
234120
235121exports [` formatUnit should work with locale en and { unit : ' bit-humanized' } 1` ] = ` "13 b"` ;
0 commit comments