Skip to content

Commit

Permalink
rm unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
avidrucker committed Nov 20, 2023
1 parent 17f85a9 commit e8bc38b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/tasksManager.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// tasksManager.test.js
import { addTask, nextId, completeBenchmarkTask, isPrioritizableList } from './tasksManager';
import { addTask, nextId, completeBenchmarkTask } from './tasksManager';

describe('nextId function', () => {
test('should return 0 for an empty tasks list', () => {
Expand Down

0 comments on commit e8bc38b

Please sign in to comment.