package.json 215 B

12345678910
  1. {
  2. "name": "cfc-tests",
  3. "version": "1.0.0",
  4. "private": true,
  5. "scripts": {
  6. "test": "jest",
  7. "test:integration": "jest --testMatch '**/integration/**/*.spec.js'",
  8. "test:e2e": "playwright test"
  9. }
  10. }