MylesBorins / node-osc

Open Sound Control protocol library for Node.js
GNU Lesser General Public License v3.0
435 stars 72 forks source link

Remove get-port and add custom getPort function with tests #117

Closed MylesBorins closed 5 months ago

MylesBorins commented 5 months ago

Removes the 'get-port' package and replaces its functionality with a custom getPort function in the test/util.mjs file. Adds a new test file to ensure the getPort function works as expected.


For more details, open the Copilot Workspace session.