Closed rwaldron closed 4 years ago
Strange, that doesn't happen to me:
$ yarn test
yarn run v1.16.0
$ gulp test
[12:13:56] Using gulpfile ~/Documentos/opensource/cytoscape-node-html-label/gulpfile.js
[12:13:56] Starting 'test'...
06 07 2020 12:13:56.929:WARN [karma]: No captured browser, open http://localhost:9876/
06 07 2020 12:13:56.936:INFO [karma]: Karma v1.7.1 server started at http://0.0.0.0:9876/
06 07 2020 12:13:56.937:INFO [launcher]: Launching browsers Chrome, PhantomJS with unlimited concurrency
06 07 2020 12:13:56.947:INFO [launcher]: Starting browser Chrome
06 07 2020 12:13:56.955:INFO [launcher]: Starting browser PhantomJS
06 07 2020 12:13:57.296:INFO [PhantomJS 2.1.1 (Linux 0.0.0)]: Connected on socket yA_zQxlTgbKuB7pJAAAA with id 93301294
06 07 2020 12:13:57.731:INFO [Chrome 73.0.3683 (Linux 0.0.0)]: Connected on socket -u4HfWDHIz3cnzgGAAAB with id 88532972
Chrome 73.0.3683 (Linux 0.0.0): Executed 4 of 4 SUCCESS (0.081 secs / 0.031 secs)
PhantomJS 2.1.1 (Linux 0.0.0): Executed 4 of 4 SUCCESS (0.044 secs / 0.018 secs)
TOTAL: 8 SUCCESS
Did you npm install
before running the tests? (sorry if too obvious, but sometimes these things happen).
I also see that the natives
package (where the error happens) has been deprecated.
This should be fixed by https://github.com/kaluginserg/cytoscape-node-html-label/commit/a71d8c9c216739873d52cec1a9d39f0408d3347b, I bumped the gulp
version.