Coder Social home page Coder Social logo

Usage with Jest about saul HOT 4 CLOSED

kavsingh avatar kavsingh commented on September 15, 2024
Usage with Jest

from saul.

Comments (4)

nadeesha avatar nadeesha commented on September 15, 2024 1

Ok, figured this out. Since jest requires a testRegex, and not a test file, supplying the executable does not seem to work.

But you can create a one-line file that matches your testRegex and put require('saul') there. It should then run as expected.

I've updated the docs to reflect this as well: https://github.com/ncthis/saul#jest

Thanks for reporting this @kavsingh. Let me know if you need more help on this issue, or if we can close this.

from saul.

nadeesha avatar nadeesha commented on September 15, 2024

Thanks for the feedback @kavsingh! I will look at this and try to give a concrete fix in a few hours. Can you provide a sample structure of your jest.config.json?

from saul.

kavsingh avatar kavsingh commented on September 15, 2024

Hey, no problem!

Here's my jest config:

{
  "testRegex": "\\.test\\.js$",
  "coverageDirectory": "<rootDir>/coverage/",
  "collectCoverageFrom": ["src/**/*.js"],
  "coveragePathIgnorePatterns": ["<rootDir>/dist/", "<rootDir>/node_modules/"],
  "moduleNameMapper": {
    "^.+\\.css$": "identity-obj-proxy",
    "^.+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__testMocks__/fileMock.js"
  }
}

from saul.

kavsingh avatar kavsingh commented on September 15, 2024

Worked great! I think this can be closed, look forward to trying this in more depth. Thanks!

from saul.

Related Issues (4)

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.