Fix import statement in abelton playback test file
This commit is contained in:
@@ -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[];
|
||||||
|
|||||||
Reference in New Issue
Block a user