Giter Site home page Giter Site logo

Comments (6)

jaredpalmer avatar jaredpalmer commented on August 22, 2024 1

yarn link bites me again

from tsdx.

jaredpalmer avatar jaredpalmer commented on August 22, 2024

Fixed in 0.2.5

from tsdx.

JasonEtco avatar JasonEtco commented on August 22, 2024

Nice! I've been following along, was just about to comment that. I have some feedback on it now - happy to open another issue, but it is thus:

I was surprised to see Jest in watch mode as the default - while I wouldn't prefer it personally, I can see why one would. However, I think it could be confusing for CI - I'm not even sure what'd happen in CI in watch mode. What do you think about a test and a test:watch, or conversely a test and test:ci?

from tsdx.

jaredpalmer avatar jaredpalmer commented on August 22, 2024

Watch mode is only added if the shell is interactive. The code copied from CRA and Razzle.

from tsdx.

jaredpalmer avatar jaredpalmer commented on August 22, 2024

if (!process.env.CI && argv.indexOf('--coverage') < 0) {

from tsdx.

JasonEtco avatar JasonEtco commented on August 22, 2024

Ah ok that's pretty rad. I still wouldn't prefer it, but that's a-okay 👍

from tsdx.

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.