diff --git a/tests/ableton-playback.test.ts b/tests/ableton-playback.test.ts index 4ac9d06..babaa83 100644 --- a/tests/ableton-playback.test.ts +++ b/tests/ableton-playback.test.ts @@ -1,9 +1,6 @@ import assert from 'node:assert/strict'; import test from 'node:test'; -import { - getSimplerPlaybackState, - hasOneShotOverride, -} from '../src/lib/exporters/ableton/playback'; +import { getSimplerPlaybackState, hasOneShotOverride } from '../src/lib/exporters/ableton/playback'; import { PadCode } from '../src/types/types'; const project7Overrides = ['b0', 'c1', 'c8', 'c9', 'd3'] as PadCode[];