name-db icon indicating copy to clipboard operation
name-db copied to clipboard

Update adjo.json

Open bluzi opened this issue 7 years ago • 2 comments

bluzi avatar Mar 15 '18 20:03 bluzi

Build failed

Hey Eliran Pe'er, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.

Node.js: 8

npm test
> [secure]@1.0.0 test /home/travis/build/bluzi/[secure]
> mocha



  name files
    ✓ should contain valid JSON
    1) should contain a lowercase name, same as the filename
    ✓ should not have duplicate names
    ✓ should have ISO-639-3 language codes (101ms)
    2) should have correct structure

  Translations
    ✓ should be lowercase

  Sex
    ✓ should be "m", "f" or "u"
    ✓ should be lowercase


  6 passing (182ms)
  2 failing

  1) name files
       should contain a lowercase name, same as the filename:
     TypeError: Cannot read property 'toLowerCase' of undefined
      at Context.it (test/test.js:25:47)

  2) name files
       should have correct structure:
     Error: Error in name file "adjo.json":
instance.name is required
      at Context.it (test/test.js:106:23)



npm ERR! Test failed.  See above for more details.

TravisBuddy avatar Mar 15 '18 20:03 TravisBuddy

Build failed

Hey Eliran Pe'er, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.

Node.js: 8

npm test
> [secure]@1.0.0 test /home/travis/build/bluzi/[secure]
> mocha



  name files
    ✓ should contain valid JSON
    1) should contain a lowercase name, same as the filename
    ✓ should not have duplicate names
    ✓ should have ISO-639-3 language codes (172ms)
    2) should have correct structure

  Translations
    ✓ should be lowercase

  Sex
    ✓ should be "m", "f" or "u"
    ✓ should be lowercase


  6 passing (297ms)
  2 failing

  1) name files
       should contain a lowercase name, same as the filename:
     TypeError: Cannot read property 'toLowerCase' of undefined
      at Context.it (test/test.js:25:47)

  2) name files
       should have correct structure:
     Error: Error in name file "adjo.json":
instance.name is required
      at Context.it (test/test.js:106:23)



npm ERR! Test failed.  See above for more details.

TravisBuddy avatar Apr 07 '18 17:04 TravisBuddy