ObjToSchematic/run_test_all.sh
2023-10-10 20:58:45 +01:00

10 lines
172 B
Bash
Executable File

#!/bin/sh
echo "Testing Core..."
npm run test --prefix Core
echo "Testing Editor..."
npm run test --prefix Editor
echo "Testing Sandbox..."
npm run test --prefix Sandbox