MOBILE-4362 test: Update deprecated deps usage
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…
Reference in New Issue