Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiber committed Aug 7, 2024
1 parent 21aa0c0 commit e4099b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration/queue.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { jest } from '@jest/globals';
import { setTimeout } from "node:timers/promises";
import { setTimeout } from 'node:timers/promises';
import { addToQueue, expectQueueLength, getNthVideo, login, maybeLogin, qbuttSelector, queueSelector, titles, videoSelector } from '../shared';

jest.setTimeout(20000);
Expand Down
2 changes: 1 addition & 1 deletion tests/shared.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { setTimeout } from "node:timers/promises";
import { setTimeout } from 'node:timers/promises';
import type { Browser } from 'puppeteer';
import { videoselector as videoSelector } from '../src/scripts/page/dispatcher';

Expand Down

0 comments on commit e4099b5

Please sign in to comment.