  console.warn node_modules/superagent/lib/node/index.js:575
    double callback!

+ cd /testbed
+ git config --global --add safe.directory /testbed
+ cd /testbed
+ git checkout 0bab036290b284735a7b5043cc11d194bd8ec37d client/lib/credit-card-details/test/ebanx.js
Updated 0 paths from 010b13720
+ git apply --verbose --reject -
Checking patch client/lib/credit-card-details/test/ebanx.js...
Applied patch client/lib/credit-card-details/test/ebanx.js cleanly.
+ : '>>>>> Start Test Output'
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.json client/lib/credit-card-details/test/ebanx.js
FAIL client/lib/credit-card-details/test/ebanx.js (5.269s)
  Ebanx payment processing methods
    isEbanxEnabledForCountry
      ✓ should return false for non-ebanx country (6ms)
      ✓ should return true for ebanx country (2ms)
    isValidCPF
      ✕ should return true for valid CPF (Brazilian tax identification number) (18ms)
      ✓ should return false for invalid CPF (2ms)

  ● Ebanx payment processing methods › isValidCPF › should return true for valid CPF (Brazilian tax identification number)

    expect(received).toEqual(expected)
    
    Expected value to equal:
      true
    Received:
      false

      41 | 	describe( 'isValidCPF', () => {
      42 | 		test( 'should return true for valid CPF (Brazilian tax identification number)', () => {
    > 43 | 			expect( isValidCPF( '85384484632' ) ).toEqual( true );
      44 | 			expect( isValidCPF( '853.513.468-93' ) ).toEqual( true );
      45 | 		} );
      46 | 		test( 'should return false for invalid CPF', () => {
      
      at Object.<anonymous> (client/lib/credit-card-details/test/ebanx.js:43:42)

Test Suites: 1 failed, 1 total
Tests:       1 failed, 3 passed, 4 total
Snapshots:   0 total
Time:        6.52s
Ran all test suites matching /client\/lib\/credit-card-details\/test\/ebanx.js/i.
+ : '>>>>> End Test Output'
+ git checkout 0bab036290b284735a7b5043cc11d194bd8ec37d client/lib/credit-card-details/test/ebanx.js
Updated 1 path from 010b13720
