Fix syntax error in abelton-hybrid test file
This commit is contained in:
@@ -164,9 +164,7 @@ test('serializes every nested Live 10 Simpler as an identified list member', asy
|
||||
});
|
||||
|
||||
try {
|
||||
const { buildProject } = await server.ssrLoadModule(
|
||||
'/src/lib/exporters/ableton/builders.ts',
|
||||
);
|
||||
const { buildProject } = await server.ssrLoadModule('/src/lib/exporters/ableton/builders.ts');
|
||||
const generated = await buildProject(project(), {
|
||||
abletonVersion: '10',
|
||||
includeArchivedSamples: true,
|
||||
|
||||
Reference in New Issue
Block a user