From e31fa95c2325bff01197ad62998a9471e4d63500 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 27 Jan 2022 20:33:15 +0000 Subject: [PATCH] mix strudel location --- test/pattern.test.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/pattern.test.mjs b/test/pattern.test.mjs index dbf08722..f063f42e 100644 --- a/test/pattern.test.mjs +++ b/test/pattern.test.mjs @@ -2,7 +2,7 @@ import Fraction from 'fraction.js' import { strict as assert } from 'assert'; -import {TimeSpan, Hap, Pattern, pure, stack, fastcat, slowcat, cat, sequence} from "../js/strudel.mjs"; +import {TimeSpan, Hap, Pattern, pure, stack, fastcat, slowcat, cat, sequence} from "../strudel.mjs"; describe('TimeSpan', function() { describe('equals()', function() { @@ -125,4 +125,4 @@ describe('Pattern', function() { assert.deepStrictEqual(sequence(1,2,3).firstCycle, fastcat([pure(1), pure(2), pure(3)]).firstCycle) }) }) -}) \ No newline at end of file +})