Lines Matching refs:test
46 test: /\.visual$/,
52 test: /(\.hml)(\?[^?]+)?$/,
58 test: /\.png$/,
68 test: /\.css$/,
74 test: /\.less$/,
80 test: /\.(scss|sass)$/,
86 test: /\.jsx?$/,
115 test: /\.visual$/,
121 test: /\.hml$/,
127 test: /\.css$/,
133 test: /\.less$/,
139 test: /\.(scss|sass)$/,
145 test: /\.jsx?$/,
287 return /^\.\/workers\//.test(name);
361 return !excludeWorker(workerFile, chunk.name) && !/^\.\/TestAbility/.test(chunk.name);
366 test: /[\\/](node|oh)_modules[\\/]/,
371 test: /\.js|css|hml$/,
422 test: /TestRunner/,
429 test: parseAbilityName(process.env.abilityType, process.env.projectPath),