Skip to content
#

karma

Here are 842 public repositories matching this topic...

nelreina
nelreina commented Jun 11, 2018

I like your project a lot. I've been using it for a couple of months now. Just the demo folder never felt natural for me.
Simplify the project by integrating storybook instead of the demo folder.

then users can create documentation of their components.

I think it will benefit all library authors for React/Preact/ vue/ even javascript.

[Storybook](https://git

A complete Angular 6 and Webpack 4 starter seed with minimal and full featured branches. Full featured branch includes: Material Design 2 (Bootstrap 4 branch available as well), @ngrx, HMR, DLLs and optional use of Universal for server-side rendering - Supports AOT (offline) compilation, sync and lazy loading. Karma/Protractor for e2e/unit tests.

  • Updated Jun 6, 2020
  • TypeScript
matthieu-foucault
matthieu-foucault commented Nov 20, 2018

Documentation Is:

  • Missing
  • Needed
  • Confusing
  • Not Sure?

The issue

In the Readme, the comments say you don't need to specify the entry option. It doesn't say what happens if you do though. Currently, whatever is in the configuration entry will be bundled by Webpack in addition to the karma files.
If you are like me and you are reusing the same configurati

emyann
emyann commented Sep 26, 2018

Preset Pattern:
1.Application Type -> 2.Bundler -> 3.Test Framework -> 4.Publishing -> 5.CI -> 6.CD

create-ts-lib --preset default  my-package
create-ts-lib --preset minimal my-package

Where

  • default
    1.Typescript, 2.Webpack, 3.Karma+Jasmine, 4.Semantic Release, 5.CircleCI
  • minimal
    1.Typescript, 2.None, 3.None, 4.None, 5.None

Or

create
askrht
askrht commented Feb 19, 2018

rpm run e2e gives error on OSX.

 E/protractor - Could not find Angular on page http://127.0.0.1:57025/ : retries looking for angular exceeded
F
  App
    ✗ should have a title
      - Failed: Angular could not be found on the page http://127.0.0.1:57025/.If this is not an Angular application, you may need to turn off waiting for Angular.
                                Please see 
  

Improve this page

Add a description, image, and links to the karma topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the karma topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.