mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
make code uglify-compatible - do not use Function.name
This commit is contained in:
@@ -78,10 +78,10 @@ function UIntTest() {
|
||||
|
||||
|
||||
function parseLedger4320278() {
|
||||
it(`can parse object`, (done) => {
|
||||
it(`can parse object`, done => {
|
||||
this.timeout(30e3);
|
||||
const json = loadFixture('as-ledger-4320278.json');
|
||||
json.forEach((e) => {
|
||||
json.forEach(e => {
|
||||
assertRecycles(e.binary);
|
||||
});
|
||||
done();
|
||||
|
||||
Reference in New Issue
Block a user