File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { join } from 'node:path';
44import { toBeDeepCloseTo , toMatchCloseTo } from 'jest-matcher-deep-close-to' ;
55import { describe , expect , it } from 'vitest' ;
66
7- import { fromJcamp } from '../fromJcamp' ;
7+ import { fromJcamp } from '../fromJcamp.js ' ;
88
99expect . extend ( { toBeDeepCloseTo, toMatchCloseTo } ) ;
1010
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { toJcamp } from 'common-spectrum';
55import { toBeDeepCloseTo , toMatchCloseTo } from 'jest-matcher-deep-close-to' ;
66import { describe , expect , it } from 'vitest' ;
77
8- import { fromSPC } from '../fromSPC' ;
8+ import { fromSPC } from '../fromSPC.js ' ;
99
1010expect . extend ( { toBeDeepCloseTo, toMatchCloseTo } ) ;
1111
Original file line number Diff line number Diff line change 11import { fromJcamp as commonFromJcamp } from 'common-spectrum' ;
22
3- import { spectrumCallback } from './utils/spectrumCallback' ;
3+ import { spectrumCallback } from './utils/spectrumCallback.js ' ;
44
55/**
66 * Creates a new Analysis from a SPC buffer
Original file line number Diff line number Diff line change 11import { Analysis } from 'common-spectrum' ;
22import { parse } from 'spc-parser' ;
33
4- import { spectrumCallback } from './utils/spectrumCallback' ;
4+ import { spectrumCallback } from './utils/spectrumCallback.js ' ;
55
66/**
77 * Creates a new Analysis from a SPC buffer
You can’t perform that action at this time.
0 commit comments