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: 9 months 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
- Host: GitHub
- URL: https://github.com/calebdwilliams/lerna-karma-demo-help
- Owner: calebdwilliams
- Created: 2020-05-12T16:27:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T13:39:36.000Z (about 1 year ago)
- Last Synced: 2025-09-02T12:37:00.395Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 683 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.