Skip to content

Commit 0ed6b6c

Browse files
chore: delete defunct npm test command (#592)
## Overview The test input files (`src/lib/_tests/`) were removed in 511c870 but `bin/test.js` and the `test` script in `package.json` were left behind. They ran against an empty directory and always produced an error. Removed both. All testing is done manually. --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Wesley B <wesleyboar@users.noreply.github.com>
1 parent e224c85 commit 0ed6b6c

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

bin/test.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"prebuild:demo": "rm -rf dist/_utils && cp -r src/lib/_utils dist/_utils",
2929
"prestart": "npm run prebuild:demo",
3030
"build:demo": "fractal build",
31-
"test": "bin/test.js && echo \"Test output at 'dist/_tests' (compare to test input)\"",
3231
"build:watch": "npm run build:css && touch src/lib/_imports/fractal.server.refresh.css",
3332
"watch": "npm-watch"
3433
},

0 commit comments

Comments
 (0)