Giter Site home page Giter Site logo

Comments (4)

jchip avatar jchip commented on May 6, 2024 1

test-watch is suppose to do this. It's very possible that is broken at the moment since it's not part of the CI verification. Thanks for reporting this.

from electrode.

DavidOrchard avatar DavidOrchard commented on May 6, 2024

test-watch should be fixed in next release.

from electrode.

sergesemashko avatar sergesemashko commented on May 6, 2024

I have the latest app from electrode generator and it gives me Chrome 60.0.3112 (Mac OS X 10.11.4): Executed 0 of 0 ERROR (0.041 secs / 0 secs) in test-watch and test-watch-all, however clap check works fine.
Any ideas how to solve that?

from electrode.

sergesemashko avatar sergesemashko commented on May 6, 2024

It turned out that karma launched browser cannot get webpack builld due to CORS issue. Following code in my custom webpack dev config fixed the issue:

//archetype/config/webpack/webpack.config.hot.js

module.exports = function( composer, options, compose ) {
  // Now that the composer has been updated, compose the final config
  const config = compose();
  config.devServer.disableHostCheck = true;
  config.devServer.headers = {
    "Access-Control-Allow-Origin": "*"
  };
  return config;
};

from electrode.

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.