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