Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skratchdot/nemo3-example
some example nemo 3 tests using various "new school" libs
https://github.com/skratchdot/nemo3-example
Last synced: about 1 month ago
JSON representation
some example nemo 3 tests using various "new school" libs
- Host: GitHub
- URL: https://github.com/skratchdot/nemo3-example
- Owner: skratchdot
- Created: 2017-04-19T01:24:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T05:35:39.000Z (over 7 years ago)
- Last Synced: 2024-10-19T00:24:31.965Z (3 months ago)
- Language: JavaScript
- Size: 79.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nemo3-example
This is an example repo that uses the following libraries:
- nemo (v3)
- nemo-view (v3)
- babel
- jest
- yarn## Prerequisites
This example is using the new chrome headless mode which is only available
in Chrome Canary at the moment. If you are using OSX, you can easily install
Chrome Canary via homebrew cask:```bash
brew cask install google-chrome-canary
```## Installation
```bash
git clone [email protected]:skratchdot/nemo3-example.git
cd nemo3-example
# run unit tests:
yarn test
# run functional tests:
yarn e2e
```