Giter VIP home page Giter VIP logo

Comments (4)

dkelosky avatar dkelosky commented on June 12, 2024

Hey, does this only happen installing jest-stare or some other package? I haven't seen this, but perhaps there is an issue somewhere. Can you share your package.json?

from jest-stare.

azakordonets avatar azakordonets commented on June 12, 2024

Yeah, it happens only when i add jest-stare dependency to my project. Sorry for not posting the package.json right away :

{

  "scripts": {
    "dev": "ts-node src/cli.ts",
    "clean": "rimraf ./dist/ ./bin/",
    "check-node-version": "check-node-version --node 12",
    "prebuild": "npm run check-node-version",
    "build": "npm run clean && node_modules/typescript/bin/tsc -p src/tsconfig.json",
    "bundle": "npm run build && node node_modules/pkg/lib-es5/bin.js . --out-dir bin --targets node12-linux-x64,node12-macos-x64",
    "pretest": "npm run check-node-version",
    "test": "npm run clean && jest",
    "test:compact": "npm run test -- --config jest.silent.config.js --coverage=true",
    "test:coverage": "npm test -- --coverage=true",
    "check:types": "node_modules/typescript/bin/tsc -p src/tsconfig.json",
    "format": "prettier \"**/*.{ts,tsx,js,jsx,yml,yaml}\" --ignore-path .gitignore --write",
    "prettier": "prettier \"**/*.{ts,tsx,js,jsx,yml,yaml}\" --ignore-path .prettierignore --check",
    "fix": "npm run format && npm run lint --fix",
    "lint": "eslint . --ignore-path .gitignore --resolve-plugins-relative-to .",
    "release": "npm run build && semantic-release",
    "release:dry": "npm run build && semantic-release --dry-run"
  },
  "devDependencies": {
    "@types/cli-table": "^0.3.0",
    "@types/deep-diff": "^1.0.0",
    "@types/json-schema-faker": "^0.5.1",
    "@types/lodash": "^4.14.165",
    "@types/mime-types": "^2.1.0",
    "@types/rimraf": "^3.0.0",
    "@types/shelljs": "^0.8.8",
    "@types/to-json-schema": "^0.2.0",
    "babel-eslint": "^10.0.3",
    "check-node-version": "^4.0.3",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-functional": "^3.1.0",
    "jest": "^26.6.3",
    "jest-expect-message": "^1.0.2",
    "jest-silent-reporter": "^0.4.0",
    "lodash": "^4.17.20",
    "mime-types": "^2.1.27",
    "pkg": "^4.4.0",
    "prettier-eslint": "^9.0.0",
    "rimraf": "^2.6.3",
    "semantic-release": "^17.3.1",
    "to-json-schema": "^0.2.5",
    "ts-jest": "^26.4.4",
    "ts-node": "^9.1.1",
    "typedoc": "^0.20.5",
    "typescript": "^4.0.3",
    "jest-stare": "^2.2.0"
  },
  "dependencies": {
    "ajv": "^6.12.6",
    "aws-sdk": "^2.797.0",
    "chalk": "^4.1.0",
    "cli-table": "^0.3.1",
    "commander": "^6.2.0",
    "deep-diff": "^1.0.2",
    "figlet": "^1.5.0",
    "json-schema-faker": "^0.5.0-rcv.32",
    "shelljs": "^0.8.4",
    "tslib": "^1.14.1",
    "typescript-json-schema-faker": "^0.0.10"
  },
  "types": "index.d.ts"
}

from jest-stare.

azakordonets avatar azakordonets commented on June 12, 2024

I actually tried to pull this package.json into a small repo for better reprocubility, but i get weird results - sometimes it goes fine with fresh install, sometimes it fails. Since i can't give you 100% reproducibility right now, i will close this ticket and will get back to you when i find 100% case. Sorry for taking your time and thanks for building such a cool reporter.

from jest-stare.

dkelosky avatar dkelosky commented on June 12, 2024

Np, please let me know if you pin it down to this project.

Thanks & take care

from jest-stare.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.