Skip to content

Conversation

@toastal
Copy link
Contributor

@toastal toastal commented May 28, 2022

The package.json specifies that this project is targeting Node.js

=10. Object.assign() has existed in Node.js since v4.0.0 and browsers
around Q1 2015. As such, this polyfill is no longer a direct dependency.

Checklist
  • npm test passes (tip: npm run autofix can correct most style issues)
  • tests are included
  • readme and/or JSDoc is updated

The `package.json` specifies that this project is targeting Node.js
>=10. `Object.assign()` has existed in Node.js since v4.0.0 and browsers
around Q1 2015. As such, this polyfill is no longer a direct dependency.
@CLAassistant
Copy link

CLAassistant commented May 28, 2022

CLA assistant check
All committers have signed the CLA.

@toastal
Copy link
Contributor Author

toastal commented May 28, 2022

$ uname -m -o
x86_64 GNU/Linux

$ node --version
v16.13.2

$ set -x FIREFOX_BIN librewolf

$ npm test

> [email protected] test
> npm run lint && npm run test-offline


> [email protected] lint
> eslint .


> [email protected] test-offline
> karma start --single-run

28 05 2022 21:09:30.307:INFO [http.server]: Starting
28 05 2022 21:09:30.328:INFO [http.server]: setting up token & api servers for offline test
28 05 2022 21:09:30.329:INFO [http.server]: Done
28 05 2022 21:09:32.255:INFO [framework.browserify]: bundle built
28 05 2022 21:09:32.266:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/
28 05 2022 21:09:32.267:INFO [launcher]: Launching browsers FirefoxAutoGUM with concurrency unlimited
28 05 2022 21:09:32.269:INFO [launcher]: Starting browser Firefox
28 05 2022 21:09:33.683:INFO [Firefox 91.0 (Linux x86_64)]: Connected on socket 7SL1sZSAiIHtaIXZAAAB with id 45381226
Firefox 91.0 (Linux x86_64): Executed 0 of 42 SUCCESS (0 secs / 0 secs)
28 05 2022 21:09:42.040:WARN [http.server]: ::ffff:127.0.0.1 disconnected with 1006 Connection dropped by remoteFirefox 91.0 (Linux x86_64): Executed 1 of 42 SUCCESS (0 secs / 8 secs)
28 05 2022 21:09:42.074:WARN [http.server]: ::ffff:127.0.0.1 disconnected with 1006 Connection dropped by remoteFirefox 91.0 (Linux x86_64): Executed 2 of 42 SUCCESS (0 secs / 8.1 secs)
28 05 2022 21:09:42.100:WARN [http.server]: ::ffff:127.0.0.1 disconnected with 1006 Connection dropped by remoteFirefox 91.0 (Linux x86_64): Executed 3 of 42 SUCCESS (0 secs / 8.1 secs)
28 05 2022 21:09:42.139:WARN [http.server]: ::ffff:127.0.0.1 disconnected with 1006 Connection dropped by remoteFirefox 91.0 (Linux x86_64): Executed 42 of 42 SUCCESS (8.245 secs / 8.2 secs)
TOTAL: 42 SUCCESS

@germanattanasio germanattanasio merged commit ea0ab6f into watson-developer-cloud:master Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants