Package: node-address / 2.0.3-2

Metadata

Package Version Patches format
node-address 2.0.3-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
02_disable_failing_tests.diff | (download)

test/address.test.ts | 138 69 + 69 - 0 !
test/fixtures/ts/test.ts | 28 14 + 14 - 0 !
test/promises.test.ts | 12 6 + 6 - 0 !
3 files changed, 89 insertions(+), 89 deletions(-)

 disable failing tests for the test suite to finish without errors
 Currently address.mac methods are failing so disable these tests so that running the
 tests don't throw an error.
01_tsconfig.diff | (download)

test/fixtures/ts/tsconfig.json | 31 25 + 6 - 0 !
test/tsconfig.json | 30 30 + 0 - 0 !
tsconfig.json | 25 23 + 2 - 0 !
3 files changed, 78 insertions(+), 8 deletions(-)

 use custom tsconfig.json files
 To make sure the files needed for tests are in place, split root level tsconfig file
 into build and test. Also remove @eggjs/tsconfig dependency from all tsconfig files
 and add equivalent compiler options instead without overwriting any existing option.