Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 250fbb12 authored by Simon Chan's avatar Simon Chan
Browse files

test: disable node and ts-jest warnings

parent df3b9f1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
    "scripts": {
        "build": "tsc -b tsconfig.build.json",
        "build:watch": "tsc -b tsconfig.build.json",
        "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --coverage",
        "test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" TS_JEST_DISABLE_VER_CHECKER=true jest --coverage",
        "lint": "eslint src/**/*.ts --fix && prettier src/**/*.ts --write --tab-width 4",
        "prepublishOnly": "npm run build"
    },
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
    "scripts": {
        "build": "tsc -b tsconfig.build.json",
        "build:watch": "tsc -b tsconfig.build.json",
        "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --coverage",
        "test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" TS_JEST_DISABLE_VER_CHECKER=true jest --coverage",
        "lint": "eslint src/**/*.ts --fix && prettier src/**/*.ts --write --tab-width 4",
        "prepublishOnly": "npm run build"
    },
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
    "scripts": {
        "build": "tsc -b tsconfig.build.json",
        "build:watch": "tsc -b tsconfig.build.json",
        "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --coverage",
        "test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" TS_JEST_DISABLE_VER_CHECKER=true jest --coverage",
        "lint": "eslint src/**/*.ts --fix && prettier src/**/*.ts --write --tab-width 4",
        "prepublishOnly": "npm run build"
    },
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
    "scripts": {
        "build": "tsc -b tsconfig.build.json",
        "build:watch": "tsc -b tsconfig.build.json",
        "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --coverage",
        "test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" TS_JEST_DISABLE_VER_CHECKER=true jest --coverage",
        "lint": "eslint src/**/*.ts --fix && prettier src/**/*.ts --write --tab-width 4",
        "prepublishOnly": "npm run build"
    },
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
    "scripts": {
        "build": "tsc -b tsconfig.build.json",
        "build:watch": "tsc -b tsconfig.build.json",
        "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --coverage",
        "test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" TS_JEST_DISABLE_VER_CHECKER=true jest --coverage",
        "lint": "eslint src/**/*.ts --fix && prettier src/**/*.ts --write --tab-width 4",
        "prepublishOnly": "npm run build"
    },
Loading