Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dariober committed Sep 10, 2024
1 parent 149a434 commit ca6fa5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .prettierrc.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//import packagejson from 'prettier-plugin-packagejson'
// import packagejson from 'prettier-plugin-packagejson'
/**
* @see https://prettier.io/docs/en/configuration.html
* @type {import("prettier").Config}
Expand All @@ -13,7 +13,7 @@ const config = {
options: { parser: 'jsonc' },
},
],
// plugins: [packagejson],
// plugins: [packagejson],
}

export default config
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
/* eslint-disable @typescript-eslint/no-floating-promises */
import { describe, it } from 'node:test'
import gff from '@gmod/gff'
import gff, { GFF3Feature } from '@gmod/gff'
import { assert, use } from 'chai'
import chaiExclude from 'chai-exclude'

import { readFileSync } from 'node:fs'
import { gff3ToAnnotationFeature } from './gff3ToAnnotationFeature'
import { AnnotationFeatureSnapshot } from '@apollo-annotation/mst'

import { GFF3Feature } from '@gmod/gff'
import { ConnectableObservable } from 'rxjs'

use(chaiExclude)

const testCases: [string, string, AnnotationFeatureSnapshot][] = [
Expand Down

0 comments on commit ca6fa5e

Please sign in to comment.