You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This preset is DEPRECATED and will be removed in the future.
6
+
This preset is DEPRECATED and will be removed in the next major release.
7
7
Please use "createCjsPreset" function instead. See documentation at https://thymikee.github.io/jest-preset-angular/docs/getting-started/presets#createcjspresetoptions
8
8
`);
9
9
10
10
returnngJestPresets.defaultPreset;
11
11
},
12
12
getdefaultsESM(){
13
13
console.warn(`
14
-
This preset is DEPRECATED and will be removed in the future.
15
-
Please use "createCjsPreset" function instead. See documentation at https://thymikee.github.io/jest-preset-angular/docs/getting-started/presets#createesmpresetoptions
14
+
This preset is DEPRECATED and will be removed in the next major release.
15
+
Please use "createEsmPreset" function instead. See documentation at https://thymikee.github.io/jest-preset-angular/docs/getting-started/presets#createesmpresetoptions
These options are DEPRECATED and will be removed in the next major release.
23
+
Please use "createCjsPreset" or "createEsmPreset" function instead. See documentation at https://thymikee.github.io/jest-preset-angular/docs/getting-started/presets
0 commit comments