« get me outta code hell

fix tests not targeting right module paths - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/test/cacheable-object.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-03-21 17:36:04 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-03-21 17:36:04 -0300
commitb5e4efc554af05e57770a84eb4991aea43697150 (patch)
tree156dddb5e8a60f7e96f8ac7bd6246bbdc19ce27b /test/cacheable-object.js
parentaecd888921f396d7bd5ec0ecce819962c9cbb664 (diff)
fix tests not targeting right module paths
Diffstat (limited to 'test/cacheable-object.js')
-rw-r--r--test/cacheable-object.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cacheable-object.js b/test/cacheable-object.js
index 664a648b..e55a8eab 100644
--- a/test/cacheable-object.js
+++ b/test/cacheable-object.js
@@ -1,6 +1,6 @@
 import test from 'tape';
 
-import CacheableObject from '../src/data/cacheable-object.js';
+import CacheableObject from '../src/data/things/cacheable-object.js';
 
 // Utility