An open API service indexing awesome lists of open source software.

https://github.com/calebdwilliams/lerna-karma-demo-help

I'm trying to build things with @open-wc's karma testing library and Lerna and it's not helping. Seeking help from anyone from that community that is willing to help
https://github.com/calebdwilliams/lerna-karma-demo-help

Last synced: 24 days ago
JSON representation

I'm trying to build things with @open-wc's karma testing library and Lerna and it's not helping. Seeking help from anyone from that community that is willing to help

Awesome Lists containing this project

README

        

# Setting up

Run `npm install` then run `npm run setup`. That will bootstrap Lerna, set up links and do the initial build. After that run `npm test` to run the tests. All three tests will run, but the tests for `Three` should fail for some reason. Possibly due to how Karma is handling symlinks.