Skip to content

Commit

Permalink
Fix ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Jan 15, 2025
1 parent 3623a76 commit 8f82b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/converter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ import { TimeoutError } from 'puppeteer-core'
import { fromBuffer as yauzlFromBuffer } from 'yauzl'
import { BrowserManager } from '../src/browser/manager'
import { Converter, ConvertType, ConverterOption } from '../src/converter'
import * as sofficeFinder from '../src/soffice/finder'
import { CLIError, CLIErrorCode } from '../src/error'
import { File, FileType } from '../src/file'
import * as sofficeFinder from '../src/soffice/finder'
import { SOffice } from '../src/soffice/soffice'
import { bare as bareTpl } from '../src/templates'
import { ThemeSet } from '../src/theme'
import { WatchNotifier } from '../src/watcher'
import { SOffice } from '../src/soffice/soffice'

const timeout = 60000
const timeoutLarge = 120000
Expand Down

0 comments on commit 8f82b58

Please sign in to comment.