Fix import statement in abelton playback test file

This commit is contained in:
2026-07-13 10:20:38 +02:00
parent 1501513473
commit cdbe72e775

View File

@@ -1,9 +1,6 @@
import assert from 'node:assert/strict'; import assert from 'node:assert/strict';
import test from 'node:test'; import test from 'node:test';
import { import { getSimplerPlaybackState, hasOneShotOverride } from '../src/lib/exporters/ableton/playback';
getSimplerPlaybackState,
hasOneShotOverride,
} from '../src/lib/exporters/ableton/playback';
import { PadCode } from '../src/types/types'; import { PadCode } from '../src/types/types';
const project7Overrides = ['b0', 'c1', 'c8', 'c9', 'd3'] as PadCode[]; const project7Overrides = ['b0', 'c1', 'c8', 'c9', 'd3'] as PadCode[];