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
- Host: GitHub
- URL: https://github.com/calebdwilliams/lerna-karma-demo-help
- Owner: calebdwilliams
- Created: 2020-05-12T16:27:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T08:37:01.000Z (about 3 years ago)
- Last Synced: 2024-10-29T09:14:41.827Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 479 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
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.