You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2021. It is now read-only.
rvices@1.2.3)
λ gulp test
[20:44:16] Using gulpfile ~\Documents\GitHub\node-cognitive-services\gulpfile.
js
[20:44:16] Starting 'test'...
API Test
√ should throw an error if a body parameter is required for json and not p
resent
√ should throw an error if the boolean body parameter has a value other th
an true or false
√ should throw an error if a body parameter is required and its value is n
ot in the list of options
√ should throw an error if a parameter is required and not present
√ should throw an error if more than one parameter is required but not pre
sent
√ should throw an error if a parameter is required and its value is not in
the list of options
√ should accept a list of options for parameters
√ should throw an error if the boolean parameter has a value other than tr
ue or false
√ should not throw an error if the endpoint is supported
√ should throw an error if the endpoint is not supported
√ should throw an error if a header is required but not present
√ should throw an error if more than one headers are required but not pres
ent
12 passing (8ms)
[20:44:19] 'test' errored after 3.06 s
[20:44:19] Error: Received a non-Vinyl object in `dest()`
at DestroyableTransform.normalize [as _transform] (C:\Users\mparn\Document
s\GitHub\node-cognitive-services\node_modules\vinyl-fs\lib\dest\prepare.js:16:
17)
at DestroyableTransform.Transform._read (C:\Users\mparn\Documents\GitHub\n
ode-cognitive-services\node_modules\readable-stream\lib\_stream_transform.js:1
82:10)
at DestroyableTransform.Transform._write (C:\Users\mparn\Documents\GitHub\
node-cognitive-services\node_modules\readable-stream\lib\_stream_transform.js:
170:83)
at doWrite (C:\Users\mparn\Documents\GitHub\node-cognitive-services\node_m
odules\readable-stream\lib\_stream_writable.js:406:64)
at writeOrBuffer (C:\Users\mparn\Documents\GitHub\node-cognitive-services\
node_modules\readable-stream\lib\_stream_writable.js:395:5)
at DestroyableTransform.Writable.write (C:\Users\mparn\Documents\GitHub\no
de-cognitive-services\node_modules\readable-stream\lib\_stream_writable.js:322
:11)
at Pumpify.Duplexify._write (C:\Users\mparn\Documents\GitHub\node-cognitiv
e-services\node_modules\duplexify\index.js:208:22)
at doWrite (C:\Users\mparn\Documents\GitHub\node-cognitive-services\node_m
odules\readable-stream\lib\_stream_writable.js:406:64)
at writeOrBuffer (C:\Users\mparn\Documents\GitHub\node-cognitive-services\
node_modules\readable-stream\lib\_stream_writable.js:395:5)
at Pumpify.Writable.write (C:\Users\mparn\Documents\GitHub\node-cognitive-
services\node_modules\readable-stream\lib\_stream_writable.js:322:11)
This
gulpfile:When I run
gulp testI getAny ideas on how to fix this?