Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

8 righe
186 B

  1. const path = require('path');
  2. module.exports = {
  3. rootDir: path.join(__dirname, '..', '..'),
  4. testEnvironment: 'jsdom',
  5. testMatch: ['**/test/build-artifacts/es-bundle-core.js'],
  6. };