OpenNTI / nti.web.profiles

Other
0 stars 0 forks source link

master #38 failed #8

Closed nti-jarvis closed 6 years ago

nti-jarvis commented 6 years ago

Build 'NextThought/nti.web.profiles/master' is failing!

Last 50 lines of build output:

[...truncated 652.64 KB...]
    Missing second argument. It must be a callback function.

      1 | /* eslint-env jest */
      2 | describe('Exmaple', () => {
    > 3 |   test('Example Skiped');
        |   ^
      4 |   test('Example Test', async () => {
      5 |       //await somePromise()
      6 |       expect(true).toBe(true);

      at Env.it (node_modules/jest-jasmine2/build/jasmine/Env.js:428:15)
      at Suite.Object.<anonymous>.describe (src/__test__/example.spec.js:3:2)
      at Object.<anonymous> (src/__test__/example.spec.js:2:1)

PASS src/user/transcripts/table/rowdetail/__test__/RowDetail.spec.js

=============================== Coverage summary ===============================
Statements   : 0.5% ( 5/993 )
Branches     : 1% ( 4/402 )
Functions    : 0.68% ( 2/295 )
Lines        : 0.51% ( 5/979 )
================================================================================

Test Suites: 1 failed, 1 passed, 2 total
Tests:       1 failed, 1 passed, 2 total
Snapshots:   0 total
Time:        7.637s
Ran all test suites.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @nti/web-profiles@1.3.0-alpha.20180531134715 prepack: `cmp-scripts build`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the @nti/web-profiles@1.3.0-alpha.20180531134715 prepack script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/jenkins/npm-cache/_logs/2018-05-31T13_50_11_454Z-debug.log
Command failed:  npm publish --tag alpha 
null
null 
[Pipeline] }
[Pipeline] // stage
[Pipeline] script
[Pipeline] {
[Pipeline] properties
[Pipeline] }
[Pipeline] // script
[Pipeline] step

Changes since last successful build:

View full output

nti-jarvis commented 6 years ago

Build was fixed!