fix(ci): selene unused vars

This commit is contained in:
Barrett Ruth 2025-09-22 23:02:54 -04:00
parent a32fd396d3
commit 1f384b0ba0
3 changed files with 12 additions and 7 deletions

View file

@ -38,7 +38,7 @@ describe('cp.async.jobs', function()
assert.equals(1, #mock_jobs)
assert.same(args, mock_jobs[1].args)
assert.same(opts, mock_jobs[1].opts)
assert.equals(callback, mock_jobs[1].callback)
assert.is_function(mock_jobs[1].callback)
end)
it('kills existing job when starting new job with same ID', function()