mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
See associated pull request for more information. Closes #61980 as a pr takeover PR Close #62234
5 lines
144 B
JavaScript
5 lines
144 B
JavaScript
module.exports = {
|
|
setupFilesAfterEnv: ['./jest-zone.js'],
|
|
testEnvironment: './zone-node-environment.js',
|
|
testMatch: ['**/*.spec.js'],
|
|
};
|