diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-03-31 19:53:51 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-03-31 19:53:51 -0300 |
| commit | 90b0f3ebb163e05aa47aec66bf16ddaa03739546 (patch) | |
| tree | 7f271020b791d7ef432d97bbddfba4a736d85291 /package.json | |
| parent | 727e1f0b4f6361a38a12489675b8f8c892040d65 (diff) | |
test: move lib functions into one (short!) file
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 39b73e06..89b06003 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "#serialize": "./src/data/serialize.js", "#sort": "./src/common-util/sort.js", "#sugar": "./src/common-util/sugar.js", - "#test-lib": "./test/lib/index.js", + "#test-lib": "./test/test-lib.js", "#thing": "./src/data/thing.js", "#things": "./src/data/things/init.js", "#thumbs": "./src/gen-thumbs.js", |