From e31fa95c2325bff01197ad62998a9471e4d63500 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 27 Jan 2022 20:33:15 +0000 Subject: [PATCH 1/2] 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 +}) From caa28ce01e7eeaf9e8727200a8c48e47ea2a0000 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 27 Jan 2022 20:44:47 +0000 Subject: [PATCH 2/2] fix strudel location --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 6bf19cf2..fa8d6105 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - @@ -9,6 +9,6 @@ - +