Skip to content

Commit

Permalink
Update snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Feb 20, 2024
1 parent 468e782 commit 0b3e215
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/indexedfile.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
//@ts-nocheck
import { loadTestJSON, testDataFile } from './lib/util'
import { testDataFile } from './lib/util'
import { IndexedCramFile } from '../src/index'
import CraiIndex from '../src/craiIndex'
import CramRecord from '../src/cramFile/record'

describe('.crai indexed cram file', () => {
it('can read ce#tag_padded.tmp.cram', async () => {
Expand Down

0 comments on commit 0b3e215

Please sign in to comment.