« get me outta code hell

data: expose CacheableObject directly via #cacheable-object import - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/test/unit
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-11-14 21:45:08 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-11-14 21:45:08 -0400
commitb053fa14052aaa24883e73a3f899016f963b5d43 (patch)
treedc88b97a0d49d7ea0bc6c2fbd858480b92703877 /test/unit
parent682b62b33aa6e5a4c512343d0355d32cb1c67c17 (diff)
data: expose CacheableObject directly via #cacheable-object import
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/data/cacheable-object.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/data/cacheable-object.js b/test/unit/data/cacheable-object.js
index 57e562d..5ed9a4a 100644
--- a/test/unit/data/cacheable-object.js
+++ b/test/unit/data/cacheable-object.js
@@ -1,6 +1,6 @@
 import t from 'tap';
 
-import {CacheableObject} from '#things';
+import CacheableObject from '#cacheable-object';
 
 function newCacheableObject(PD) {
   return new (class extends CacheableObject {