1
0
Fork 0
mirror of https://github.com/rharkor/caching-for-turbo.git synced 2025-06-08 01:37:01 +09:00

fix: test

This commit is contained in:
rharkor 2025-04-10 11:58:21 +02:00
parent 38ccb2efe5
commit 2e55a9bdd1

View file

@ -1,7 +1,7 @@
#!/bin/bash
# Run the test and capture the output
npm run test | tee test-output.log
npm run test -- --cache=remote:rw | tee test-output.log
# Check if the output contains "FULL TURBO"
if ! grep -q "FULL TURBO" test-output.log; then