MOBILE-4362 test: Update deprecated deps usage

main
Noel De Martin 2023-06-12 14:53:42 +02:00
parent edbc57927a
commit b62825646c
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ module.exports = {
},
globals: {
'ts-jest': {
tsConfig: './tsconfig.test.json',
tsconfig: './tsconfig.test.json',
},
},
};

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
import 'jest-preset-angular';
import 'jest-preset-angular/setup-jest';
import { setCreateSingletonMethodProxy, setSingletonsInjector } from '@singletons';