mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup background handling
This commit is contained in:
committed by
Nathan Walker
parent
21da31562c
commit
7c60735d14
@@ -1,4 +1,6 @@
|
||||
import { SpecReporter } from 'jasmine-spec-reporter';
|
||||
|
||||
jasmine.getEnv().clearReporters();
|
||||
|
||||
// @ts-ignore https://github.com/bcaudan/jasmine-spec-reporter/issues/588
|
||||
jasmine.getEnv().addReporter(new SpecReporter());
|
||||
|
||||
@@ -51,6 +51,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular-devkit/core": "~10.0.0",
|
||||
"@nativescript/hook": "~2.0.0",
|
||||
"clean-webpack-plugin": "~3.0.0",
|
||||
"copy-webpack-plugin": "4.6.0",
|
||||
"css": "~3.0.0",
|
||||
@@ -60,7 +61,6 @@
|
||||
"global-modules-path": "~2.3.0",
|
||||
"loader-utils": "~2.0.0",
|
||||
"minimatch": "~3.0.4",
|
||||
"@nativescript/hook": "~2.0.0",
|
||||
"nativescript-worker-loader": "~0.12.0",
|
||||
"properties-reader": "~2.0.0",
|
||||
"proxy-lib": "0.4.0",
|
||||
@@ -86,7 +86,7 @@
|
||||
"@istanbuljs/nyc-config-typescript": "^1.0.0",
|
||||
"@ngtools/webpack": "~10.0.0",
|
||||
"@types/css": "~0.0.31",
|
||||
"@types/jasmine": "^3.5.11",
|
||||
"@types/jasmine": "3.6.6",
|
||||
"@types/loader-utils": "^2.0.0",
|
||||
"@types/node": "~14.0.0",
|
||||
"@types/proxyquire": "~1.3.28",
|
||||
@@ -94,8 +94,8 @@
|
||||
"@types/semver": "^7.3.0",
|
||||
"@types/webpack": "^4.41.21",
|
||||
"conventional-changelog-cli": "~2.0.34",
|
||||
"jasmine": "^3.6.1",
|
||||
"jasmine-spec-reporter": "^5.0.2",
|
||||
"jasmine": "3.6.4",
|
||||
"jasmine-spec-reporter": "6.0.0",
|
||||
"nyc": "^15.1.0",
|
||||
"proxyquire": "~2.1.0",
|
||||
"source-map-support": "^0.5.13",
|
||||
|
||||
Reference in New Issue
Block a user