Skip to content

Commit

Permalink
Remove exclusive focus from TaskScheduler test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianG committed Nov 8, 2024
1 parent fb7708e commit 15a1f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/lib/tasks/TaskScheduler.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const assert = require('assert');

const TaskScheduler = require('../../../../lib/tasks/TaskScheduler');

describe.only('TaskScheduler', () => {
describe('TaskScheduler', () => {
it('should ensure serialization of updates with the same queue key',
done => {
const taskScheduler = new TaskScheduler(
Expand Down

0 comments on commit 15a1f89

Please sign in to comment.