Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. [0-0] 2020-02-19T16:32:39.415Z ERROR @wdio/runner: TSError: ⨯ Unable to compile TypeScript:
  2. src/utils/helper.ts(73,16): error TS2349: This expression is not callable.
  3. Type 'typeof moment' has no call signatures.
  4. src/utils/helper.ts(77,16): error TS2349: This expression is not callable.
  5. Type 'typeof moment' has no call signatures.
  6.  
  7. at createTSError (/home/andreym/projects/11wdio5/node_modules/ts-node/src/index.ts:421:12)
  8. at reportTSError (/home/andreym/projects/11wdio5/node_modules/ts-node/src/index.ts:425:19)
  9. at getOutput (/home/andreym/projects/11wdio5/node_modules/ts-node/src/index.ts:530:36)
  10. at Object.compile (/home/andreym/projects/11wdio5/node_modules/ts-node/src/index.ts:735:32)
  11. at Module.m._compile (/home/andreym/projects/11wdio5/node_modules/ts-node/src/index.ts:814:43)
  12. at Module._extensions..js (internal/modules/cjs/loader.js:1177:10)
  13. at require.extensions.<computed> (/home/andreym/projects/11wdio5/node_modules/ts-node/src/index.ts:817:12)
  14. at Object.require.extensions.<computed> [as .ts] (/home/andreym/projects/11wdio5/node_modules/ts-node/src/index.ts:817:12)
  15. at Module.load (internal/modules/cjs/loader.js:1001:32)
  16. at Module._load (internal/modules/cjs/loader.js:900:14)
  17. at Function.hookedLoader [as _load] (/home/andreym/projects/11wdio5/node_modules/mockery/mockery.js:111:12)
  18. at Module.require (internal/modules/cjs/loader.js:1043:19)
  19. at require (internal/modules/cjs/helpers.js:77:18)
  20. at Object.<anonymous> (/home/andreym/projects/11wdio5/src/step-definitions/api.steps.ts:14:18)
  21. at Module._compile (internal/modules/cjs/loader.js:1157:30)
  22. at Module.m._compile (/home/andreym/projects/11wdio5/node_modules/ts-node/src/index.ts:814:23)
  23. [0-0] Error: ⨯ Unable to compile TypeScript:
  24. src/utils/helper.ts(73,16): error TS2349: This expression is not callable.
  25. Type 'typeof moment' has no call signatures.
  26. src/utils/helper.ts(77,16): error TS2349: This expression is not callable.
  27. Type 'typeof moment' has no call signatures.
  28.  
  29. [0-0] FAILED in chrome - /features/ClientsAndLocations/clientsAndLocations.feature
  30.  
  31. Spec Files: 0 passed, 1 failed, 1 total (100% completed) in 00:00:06
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement