Skip to content

Commit

Permalink
chore: fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Oct 7, 2024
1 parent e8b7d25 commit d423c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/from/__tests__/fromJcamp.test.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { readFileSync } from 'node:fs';
import { join } from 'node:path';

import { getNormalizedSpectrum } from 'common-spectrum';
import { test, expect } from 'vitest'

import { fromJcamp } from '../..';
import { AnalysesManager, getNormalizedSpectrum } from 'common-spectrum';

test('fromJcamp', () => {

Expand Down

0 comments on commit d423c85

Please sign in to comment.