{ "name": "cfc-tests", "version": "1.0.0", "private": true, "scripts": { "test": "jest", "test:integration": "jest --testMatch '**/integration/**/*.spec.js'", "test:e2e": "playwright test" } }