MOBILE-4362 test: Update deprecated deps usage
This commit is contained in:
parent
edbc57927a
commit
b62825646c
@ -19,7 +19,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
globals: {
|
globals: {
|
||||||
'ts-jest': {
|
'ts-jest': {
|
||||||
tsConfig: './tsconfig.test.json',
|
tsconfig: './tsconfig.test.json',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
import 'jest-preset-angular';
|
import 'jest-preset-angular/setup-jest';
|
||||||
|
|
||||||
import { setCreateSingletonMethodProxy, setSingletonsInjector } from '@singletons';
|
import { setCreateSingletonMethodProxy, setSingletonsInjector } from '@singletons';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user