mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 21:00:40 -07:00
test: remove dead throwingTag setup and duplicate throw stub
for.spec kept throwingTag registration after #713 removed its test. Reuse ThrowingTag in liquid.spec instead of IntendedRenderErrorTag. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
+2
-2
@@ -14,9 +14,9 @@ for demo in $(ls demo); do
|
||||
npm link liquidjs
|
||||
|
||||
if npm test; then
|
||||
echo [success] demo/webpack
|
||||
echo "[success] demo/$demo"
|
||||
else
|
||||
echo [fail] demo/webpack
|
||||
echo "[fail] demo/$demo"
|
||||
exit 1
|
||||
fi
|
||||
cd -
|
||||
|
||||
Reference in New Issue
Block a user